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

Unified Diff: trunk/src/chrome/browser/profiles/profile_manager_browsertest.cc

Issue 53293005: Revert 232861 "Disable flaky test: ProfileManagerBrowserTest.Eph..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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: trunk/src/chrome/browser/profiles/profile_manager_browsertest.cc
===================================================================
--- trunk/src/chrome/browser/profiles/profile_manager_browsertest.cc (revision 232869)
+++ trunk/src/chrome/browser/profiles/profile_manager_browsertest.cc (working copy)
@@ -254,13 +254,7 @@
EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
}
-#if defined(OS_WIN)
-// Flakily times out on Windows: http://crbug.com/314905
-#define MAYBE_EphemeralProfile EphemeralProfile;
-#else
-#define MAYBE_EphemeralProfile DISABLED_EphemeralProfile;
-#endif // defined(OS_WIN)
-IN_PROC_BROWSER_TEST_F(ProfileManagerBrowserTest, MAYBE_EphemeralProfile) {
+IN_PROC_BROWSER_TEST_F(ProfileManagerBrowserTest, EphemeralProfile) {
#if defined(OS_WIN) && defined(USE_ASH)
// Disable this test in Metro+Ash for now (http://crbug.com/262796).
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
« 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