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

Unified Diff: chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc

Issue 1165173002: Mark SystemIndicatorApiTest.SystemIndicator flaky. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 6 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/extensions/api/system_indicator/system_indicator_apitest.cc
diff --git a/chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc b/chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc
index ed26073011c5877f56551ba49f2cf32a42bb1496..c58fa82ca0b816df089294d854a034e2078cb157 100644
--- a/chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc
+++ b/chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc
@@ -44,7 +44,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, SystemIndicator) {
}
}
-IN_PROC_BROWSER_TEST_F(SystemIndicatorApiTest, SystemIndicator) {
+IN_PROC_BROWSER_TEST_F(SystemIndicatorApiTest, FLAKY_SystemIndicator) {
// Only run this test on supported platforms. SystemIndicatorManagerFactory
// returns NULL on unsupported platforms.
extensions::SystemIndicatorManager* manager =
« 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