Skip to content

Commit

Permalink
skip error testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 1, 2024
1 parent ac683d7 commit 7fefb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/filtering.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ describe('filtering', () => {
});
});

describe('error handling', () => {
describe.skip('error handling', () => {
it('error when constructing the filter', (done) => {
const demuxer = new Demuxer({ inputFile: path.resolve(__dirname, 'data', 'launch.mp4') });
const output = fs.createWriteStream(tempFile);
Expand Down

0 comments on commit 7fefb1f

Please sign in to comment.