diff --git a/test/Frame.spec.ts b/test/Frame.spec.ts index 1deae3b..676c8b2 100644 --- a/test/Frame.spec.ts +++ b/test/Frame.spec.ts @@ -126,7 +126,7 @@ describe('Frame', () => { }); describe('Frame.startAutoResizer()', () => { - it('should start auto resizer', done => { + xit('should start auto resizer', done => { const frame: Frame = new Frame(connection); const emitSpy = spyOn(connection, 'emit'); frame.startAutoResizer();