Skip to content

Commit ca18952

Browse files
Make progressive pause tests mandatory, fixed in ARRISEOS-42467 (#26)
1 parent 06a6dfa commit ca18952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/suites.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ window.testSuiteVersions[testVersion]["config"]["defaultTestSuite"] = "codec-sup
220220

221221
let tests = makeMvtMediaTests(testPlayback, engine, StreamSets.Progressive.Common);
222222
tests.push(new MvtMediaTest(testPlayback, MS.PROG.MKV_EAC3, engine));
223-
tests = tests.concat(makeMvtMediaTests(testPause, engine, StreamSets.Progressive.Common, new Unstable("ARRISEOS-42467")));
223+
tests = tests.concat(makeMvtMediaTests(testPause, engine, StreamSets.Progressive.Common));
224224
tests.push(new MvtMediaTest(testPause, MS.PROG.MKV_EAC3, engine, new Unstable("ARRISEOS-42467")));
225225
tests = tests.concat(makeMvtMediaTests(testSetPosition, engine, StreamSets.Progressive.Common));
226226
tests.push(new MvtMediaTest(testSetPosition, MS.PROG.MKV_EAC3, engine, new Unstable("ONEM-26126")));

0 commit comments

Comments
 (0)