Commit 8f487b10 authored by Johann's avatar Johann Committed by Commit Bot

openh264: disable failing tests

Tests added in b85903de do not pass yet:
out/Default/content_shell --run-web-tests webcodecs/basic_video_encoding.html

BUG=chromium:1127073

Change-Id: Ib0dd41b9e05b7abefd9a6bdebcff1f45eba3e016
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434585Reviewed-by: default avatarEugene Zemtsov <eugene@chromium.org>
Commit-Queue: Johann Koenig <johannkoenig@google.com>
Cr-Commit-Position: refs/heads/master@{#811089}
parent 944f0d0b
...@@ -176,11 +176,13 @@ ...@@ -176,11 +176,13 @@
promise_test(encode_decode_test.bind(null, "vp8", "allow"), promise_test(encode_decode_test.bind(null, "vp8", "allow"),
"encoding and decoding vp8"); "encoding and decoding vp8");
/* TODO(crbug/1127073): re-enable these tests when they pass.
promise_test(encode_test.bind(null, "avc1.42001E", "allow"), promise_test(encode_test.bind(null, "avc1.42001E", "allow"),
"encoding avc1.42001E"); "encoding avc1.42001E");
promise_test(encode_decode_test.bind(null, "avc1.42001E", "allow"), promise_test(encode_decode_test.bind(null, "avc1.42001E", "allow"),
"encoding and decoding avc1.42001E"); "encoding and decoding avc1.42001E");
*/
/* Uncomment this for manual testing, before we have GPU tests for that */ /* Uncomment this for manual testing, before we have GPU tests for that */
// promise_test(encode_test.bind(null, "avc1.42001E", "require"), // promise_test(encode_test.bind(null, "avc1.42001E", "require"),
...@@ -193,4 +195,4 @@ ...@@ -193,4 +195,4 @@
</script> </script>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment