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

Unified Diff: chrome/browser/apps/app_crash_browsertest.cc

Issue 1027833006: Disable a flaky test. See crbug.com/469249. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/apps/app_crash_browsertest.cc
diff --git a/chrome/browser/apps/app_crash_browsertest.cc b/chrome/browser/apps/app_crash_browsertest.cc
index 6767a4be92c33ab279b625fd58e9e233920eba38..5d27dbf7e12b23b3027e4b2d2320b3b066ebb99b 100644
--- a/chrome/browser/apps/app_crash_browsertest.cc
+++ b/chrome/browser/apps/app_crash_browsertest.cc
@@ -23,6 +23,9 @@ public:
}
};
+// Disabling flaky test on ASAN, crbug.com/469249
+#if !defined(ADDRESS_SANITIZER)
IN_PROC_BROWSER_TEST_F(AppCrashTest, HiddenWindows) {
RunAppCrashTest("crashtest_hidden_windows");
}
+#endif
« 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