Skip to content

Commit

Permalink
test: Enable AC-3 and EC-3 in Edge Windows (#7536)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored and joeyparrish committed Nov 12, 2024
1 parent f3e8d79 commit fdd3171
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/test/util/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,15 +334,6 @@ shaka.test.Util = class {
// AC3 is flaky in some Tizen devices, so we need omit it for now.
return false;
}
if ((codecs == 'ec-3' || codecs == 'ac-3') &&
shaka.util.Platform.isWindows() && shaka.util.Platform.isEdge()) {
// It seems that AC3 and EC3 on Edge Windows from github actions is not
// working (in the lab AC3 and EC3 are working). The AC3 and EC3
// detection is currently hard-coded to true, which leads to a failure
// in GitHub's environment. We must enable this, once it is resolved:
// https://bugs.chromium.org/p/chromium/issues/detail?id=1450313
return false;
}
// AudioConfiguration
mediaDecodingConfig.audio = {
contentType: MimeUtils.getFullOrConvertedType(
Expand Down

0 comments on commit fdd3171

Please sign in to comment.