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

Unified Diff: chrome/browser/devtools/devtools_sanity_browsertest.cc

Issue 2420923002: [DevTools] disabled DevToolsSanityTest.TestWindowInitializedOnNavigateBack (Closed)
Patch Set: a Created 4 years, 2 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/devtools/devtools_sanity_browsertest.cc
diff --git a/chrome/browser/devtools/devtools_sanity_browsertest.cc b/chrome/browser/devtools/devtools_sanity_browsertest.cc
index 56fba4bbc76effba2c14a90db128689a3a6c9a91..2cfc13ac4f7eb5c8008fefb1fdb6fa570294a877 100644
--- a/chrome/browser/devtools/devtools_sanity_browsertest.cc
+++ b/chrome/browser/devtools/devtools_sanity_browsertest.cc
@@ -1494,16 +1494,9 @@ class MockWebUIProvider
// This tests checks that window is correctly initialized when DevTools is
// opened while navigation through history with forward and back actions.
// (crbug.com/627407)
-// Flaky on Windows. http://crbug.com/628174#c4
-#if defined(OS_WIN)
-#define MAYBE_TestWindowInitializedOnNavigateBack \
- DISABLED_TestWindowInitializedOnNavigateBack
-#else
-#define MAYBE_TestWindowInitializedOnNavigateBack \
- TestWindowInitializedOnNavigateBack
-#endif
+// Flaky on Windows and ChromeOS. http://crbug.com/628174#c4
IN_PROC_BROWSER_TEST_F(DevToolsSanityTest,
- MAYBE_TestWindowInitializedOnNavigateBack) {
+ DISABLED_TestWindowInitializedOnNavigateBack) {
TestChromeWebUIControllerFactory test_factory;
MockWebUIProvider mock_provider("dummyurl",
"<script>\n"
« 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