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

Unified Diff: chrome/browser/extensions/api/processes/processes_apitest.cc

Issue 2216923002: Disable ProcessesApiTest.Processes on all platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/processes/processes_apitest.cc
diff --git a/chrome/browser/extensions/api/processes/processes_apitest.cc b/chrome/browser/extensions/api/processes/processes_apitest.cc
index 074d1ebbeb8f6655bbe1768572dc8c5ca84b9ab1..626e6a3364f16d12f5f285a364810ac40fe7904d 100644
--- a/chrome/browser/extensions/api/processes/processes_apitest.cc
+++ b/chrome/browser/extensions/api/processes/processes_apitest.cc
@@ -27,13 +27,8 @@ class ProcessesApiTest : public ExtensionApiTest {
};
-// This test is flaky on Win7 Tests (dbg)(1). https://crbug.com/598445
-#if defined(OS_WIN)
-#define MAYBE_Processes DISABLED_Processes
-#else
-#define MAYBE_Processes Processes
-#endif
-IN_PROC_BROWSER_TEST_F(ProcessesApiTest, MAYBE_Processes) {
+// This test is flaky. https://crbug.com/598445
+IN_PROC_BROWSER_TEST_F(ProcessesApiTest, DISABLED_Processes) {
ASSERT_TRUE(RunExtensionTest("processes/api")) << message_;
}
« 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