Commit 95989cb5 authored by Ramin Halavati's avatar Ramin Halavati Committed by Commit Bot

Disable flaky test WebMediaPlayerImplTest.LoadPreloadMetadataSuspend.

Bug: 831566
Change-Id: I020d3829eeeb4fff098efaf751465fdc21e9edb4
TBR: chcunningham@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/1011612Reviewed-by: default avatarRamin Halavati <rhalavati@chromium.org>
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550547}
parent 492451e5
......@@ -743,7 +743,8 @@ TEST_F(WebMediaPlayerImplTest, LoadAndDestroy) {
}
// Verify that preload=metadata suspend works properly.
TEST_F(WebMediaPlayerImplTest, LoadPreloadMetadataSuspend) {
// Crashes frequently on Linux TSan and MSan. https://crbug.com/831566
TEST_F(WebMediaPlayerImplTest, DISABLED_LoadPreloadMetadataSuspend) {
base::test::ScopedFeatureList scoped_feature_list;
scoped_feature_list.InitAndEnableFeature(media::kPreloadMetadataSuspend);
InitializeWebMediaPlayerImpl();
......
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