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

Unified Diff: chrome/browser/ui/browser_browsertest.cc

Issue 11348324: Disable flaky test "AppModeTest.EnableAppModeTest" on windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/ui/browser_browsertest.cc
diff --git a/chrome/browser/ui/browser_browsertest.cc b/chrome/browser/ui/browser_browsertest.cc
index 5283ceb17e45af94bf6d83090266355ec1e11e3e..2669320e6df00d2967e56ebafaa68e904b2dadd0 100644
--- a/chrome/browser/ui/browser_browsertest.cc
+++ b/chrome/browser/ui/browser_browsertest.cc
@@ -1697,7 +1697,14 @@ class AppModeTest : public BrowserTest {
}
};
-IN_PROC_BROWSER_TEST_F(AppModeTest, EnableAppModeTest) {
+// Check failed on Win only. http://crbug.com/163630
+#if defined(OS_WIN)
+#define MAYBE_EnableAppModeTest DISABLED_EnableAppModeTest
+#else
+#define MAYBE_EnableAppModeTest EnableAppModeTest
+#endif
+
+IN_PROC_BROWSER_TEST_F(AppModeTest, MAYBE_EnableAppModeTest) {
// Test that an application browser window loads correctly.
// Verify the browser is in application mode.
« 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