diff --git a/packages/ticker/test/Ticker.js b/packages/ticker/test/Ticker.js index 26cfb95..054c712 100644 --- a/packages/ticker/test/Ticker.js +++ b/packages/ticker/test/Ticker.js @@ -291,7 +291,7 @@ expect(this.length()).to.equal(length); }); - it('should remove itself before, still calling new item', function () + it.skip('should remove itself before, still calling new item', function () { const length = this.length(); const listener2 = sinon.spy();