Commit 9cebe8e3 authored by Thomas Guilbert's avatar Thomas Guilbert Committed by Commit Bot

[Sheriff] Disable WebIntegrationTest.PlayVideo

This newly added test is timing out.

TBR=sergeyu@chromium.org

Bug: 1090159
Change-Id: I5dcc92935e12664770a17ce9f70ec03c3c9710bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225595Reviewed-by: default avatarThomas Guilbert <tguilbert@chromium.org>
Commit-Queue: Thomas Guilbert <tguilbert@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773914}
parent 5753acc0
...@@ -524,7 +524,7 @@ TEST_F(WebEngineIntegrationTest, PlayAudio) { ...@@ -524,7 +524,7 @@ TEST_F(WebEngineIntegrationTest, PlayAudio) {
EXPECT_FALSE(fake_audio_consumer_service_->instance(0)->is_muted()); EXPECT_FALSE(fake_audio_consumer_service_->instance(0)->is_muted());
} }
TEST_F(WebEngineIntegrationTest, PlayVideo) { TEST_F(WebEngineIntegrationTest, DISABLED_PlayVideo) {
StartWebEngine(); StartWebEngine();
CreateContextAndFrame(ContextParamsWithAudioAndTestData()); CreateContextAndFrame(ContextParamsWithAudioAndTestData());
......
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