Commit 28307d55 authored by earthdok's avatar earthdok Committed by Commit bot

[MemSheriff] Disable a flaky CrOS test under MSan.

BUG=468982
TBR=mtomasz@chromium.org

Review URL: https://codereview.chromium.org/1019393004

Cr-Commit-Position: refs/heads/master@{#322156}
parent ff38f027
......@@ -1274,7 +1274,8 @@ IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest,
// Slow tests are disabled on debug build. http://crbug.com/327719
// Fails on official build. http://crbug.com/429294
#if !defined(NDEBUG) || defined(OFFICIAL_BUILD)
// Disabled under MSAN as well. http://crbug.com/468982.
#if !defined(NDEBUG) || defined(OFFICIAL_BUILD) || defined(MEMORY_SANITIZER)
#define MAYBE_PRE_BasicDrive DISABLED_PRE_BasicDrive
#define MAYBE_BasicDrive DISABLED_BasicDrive
#else
......
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