Skip to content

Commit

Permalink
Dumping libvpx from the test as it's breaking automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yahweasel committed Aug 14, 2024
1 parent cff1796 commit a97a8b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tests/650-all-to-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ for (const cv of encoders.video) {
if (cv === "libvpx-vp9" || cv === "libaom-av1" || cv === "libsvtav1")
continue;

// We skip libvpx because its default is time-sensitive
if (cv === "libvpx")
continue;

// Transcode this
h.printStatus(`-c:v ${cv}`);
let format = codecFormats[cv];
Expand Down

0 comments on commit a97a8b2

Please sign in to comment.