Skip to content

Commit

Permalink
Apparently these tests work with threads again
Browse files Browse the repository at this point in the history
  • Loading branch information
Yahweasel committed Sep 28, 2024
1 parent f5841ad commit 44fd2dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/tests/602-demuxing-block-device.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@

// Example of directly using a block device

if (h.libAVOpts && h.libAVOpts.yesthreads)
throw new Error("Known bug: test 602 does not work with threads.");

const libav = await h.LibAV();
const buf = await h.readCachedFile("bbb.webm");

Expand Down
3 changes: 0 additions & 3 deletions tests/tests/616-reentrancy.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@

// Check for reentrancy issues by trying to do two files at once

if (h.libAVOpts && h.libAVOpts.yesthreads)
throw new Error("Known bug: test 616 does not work with threads.");

const libav = await h.LibAV();
const buf = await h.readCachedFile("bbb.webm");

Expand Down

0 comments on commit 44fd2dc

Please sign in to comment.