Commit 31c53cbb authored by jyasskin's avatar jyasskin Committed by Commit bot

Exclude ProxyAuthOnUserBoardScreenTest.ProxyAuthDialogOnUserBoardScreen/1 under MSan

TBR=paulmeyer@chromium.org
BUG=481651
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_msan_rel_ng

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

Cr-Commit-Position: refs/heads/master@{#327194}
parent df3b7ba6
...@@ -128,6 +128,11 @@ IN_PROC_BROWSER_TEST_P(ProxyAuthOnUserBoardScreenTest, ...@@ -128,6 +128,11 @@ IN_PROC_BROWSER_TEST_P(ProxyAuthOnUserBoardScreenTest,
INSTANTIATE_TEST_CASE_P(ProxyAuthOnUserBoardScreenTestSuite, INSTANTIATE_TEST_CASE_P(ProxyAuthOnUserBoardScreenTestSuite,
ProxyAuthOnUserBoardScreenTest, ProxyAuthOnUserBoardScreenTest,
// Times out under MSan: https://crbug.com/481651
#if defined(MEMORY_SANITIZER)
testing::Values(false));
#else
testing::Bool()); testing::Bool());
#endif
} // namespace chromeos } // namespace chromeos
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