diff --git a/tests/ffmpeg.test.js b/tests/ffmpeg.test.js index 270ad3d..2a434cd 100644 --- a/tests/ffmpeg.test.js +++ b/tests/ffmpeg.test.js @@ -48,16 +48,6 @@ describe('run()', () => { } }, 500); }).timeout(TIMEOUT); - - it('should terminate the run if exit is called', async () => { - const ffmpeg = createFFmpeg(OPTIONS); - await ffmpeg.load(); - - ffmpeg.run('-h').catch(e=> { - expect(e).to.be.equal('ffmpeg has exited') - }); - expect(ffmpeg.exit()).to.throw(); - }).timeout(TIMEOUT); }); describe('FS()', () => {