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

Unified Diff: chrome/browser/extensions/api/debugger/debugger_apitest.cc

Issue 333223003: DevTools: fixed test ExtensionApiTest.Debugger (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed "MAYBE" Created 6 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 | chrome/test/data/extensions/api_test/debugger/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/debugger/debugger_apitest.cc
diff --git a/chrome/browser/extensions/api/debugger/debugger_apitest.cc b/chrome/browser/extensions/api/debugger/debugger_apitest.cc
index 8b9023f7fec242992784b04e7650eb7daa8b1229..878135a222aad3d6525d1533a9eb39c260ee3783 100644
--- a/chrome/browser/extensions/api/debugger/debugger_apitest.cc
+++ b/chrome/browser/extensions/api/debugger/debugger_apitest.cc
@@ -6,14 +6,6 @@
#include "chrome/browser/extensions/extension_apitest.h"
#include "chrome/common/chrome_switches.h"
-// Debugger is flaky on browser_tests on Windows, Linux, and Chrome OS:
-// crbug.com/234166.
-#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
-#define MAYBE(x) DISABLED_##x
-#else
-#define MAYBE(x) x
-#endif
-
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE(Debugger)) {
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Debugger) {
ASSERT_TRUE(RunExtensionTest("debugger")) << message_;
}
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/debugger/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698