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

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

Issue 11414280: Revert r163630 "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 af17bfbbfb1791f847c874faffe8b7ca2688151e..fe91f07569b24bf76a569e4930c0a234392e5058 100644
--- a/chrome/browser/ui/browser_browsertest.cc
+++ b/chrome/browser/ui/browser_browsertest.cc
@@ -1700,14 +1700,7 @@ class AppModeTest : public BrowserTest {
}
};
-// 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) {
+IN_PROC_BROWSER_TEST_F(AppModeTest, 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