Commit 24c45fda authored by Henrik Grunell's avatar Henrik Grunell Committed by Commit Bot

Disable flaky OpenAudioFiles/FilesAppBrowserTest.Test/audioOpenDownloads on Linux ChromiumOS MSan.

TBR=noel@chromium.org

Bug: 859008
Change-Id: Icb0689a7390ea62ee5904e9b91d0efee8a478ce6
Reviewed-on: https://chromium-review.googlesource.com/1120026Reviewed-by: default avatarHenrik Grunell <grunell@chromium.org>
Commit-Queue: Henrik Grunell <grunell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571443}
parent a37b35be
...@@ -154,8 +154,11 @@ WRAPPED_INSTANTIATE_TEST_CASE_P( ...@@ -154,8 +154,11 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
::testing::Values(TestCase("audioOpenCloseDownloads"), ::testing::Values(TestCase("audioOpenCloseDownloads"),
TestCase("audioOpenCloseDownloads").InGuestMode(), TestCase("audioOpenCloseDownloads").InGuestMode(),
TestCase("audioOpenCloseDrive"), TestCase("audioOpenCloseDrive"),
// Flaky on Linux ChromiumOS MSan. http://crbug.com/859008.
#if !(defined(OS_CHROMEOS) && defined(MEMORY_SANITIZER))
TestCase("audioOpenDownloads").InGuestMode(), TestCase("audioOpenDownloads").InGuestMode(),
TestCase("audioOpenDownloads"), TestCase("audioOpenDownloads"),
#endif
TestCase("audioOpenDrive"), TestCase("audioOpenDrive"),
TestCase("audioAutoAdvanceDrive"), TestCase("audioAutoAdvanceDrive"),
TestCase("audioRepeatAllModeSingleFileDrive"), TestCase("audioRepeatAllModeSingleFileDrive"),
......
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