Bug 1826382 - Disable one file in test_played.html for investigation.

Differential Revision: https://phabricator.services.mozilla.com/D185657
This commit is contained in:
Paul Adenot 2023-08-08 13:44:30 +00:00
parent 1e51c83eff
commit 6b07812374

View File

@ -161,7 +161,8 @@ var gProgressTests = [
// Used by test_played.html
var gPlayedTests = [
{ name: "big-short.wav", type: "audio/x-wav", duration: 1.11 },
// Bug 1826382
// { name: "big-short.wav", type: "audio/x-wav", duration: 1.11 },
{ name: "seek-short.ogv", type: "video/ogg", duration: 1.03 },
{ name: "seek-short.webm", type: "video/webm", duration: 0.23 },
{ name: "gizmo-short.mp4", type: "video/mp4", duration: 0.27 },