Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3440)

Unified Diff: chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc

Issue 1102403003: Exclude ProxyAuthOnUserBoardScreenTest.ProxyAuthDialogOnUserBoardScreen/1 under MSan (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc
diff --git a/chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc b/chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc
index efdf11792c8f314e91dc5020c696bda2371fa3b4..5fc1fc1d428a9febbbe9f817fdb8f3c52134ecfa 100644
--- a/chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc
+++ b/chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc
@@ -128,6 +128,11 @@ IN_PROC_BROWSER_TEST_P(ProxyAuthOnUserBoardScreenTest,
INSTANTIATE_TEST_CASE_P(ProxyAuthOnUserBoardScreenTestSuite,
ProxyAuthOnUserBoardScreenTest,
+// Times out under MSan: https://crbug.com/481651
+#if defined(MEMORY_SANITIZER)
+ testing::Values(false));
+#else
testing::Bool());
+#endif
} // namespace chromeos
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698