diff options
-rw-r--r-- | chrome/browser/browser_uitest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/browser_uitest.cc b/chrome/browser/browser_uitest.cc index 11a613fb..64634a0 100644 --- a/chrome/browser/browser_uitest.cc +++ b/chrome/browser/browser_uitest.cc @@ -120,11 +120,12 @@ TEST_F(BrowserTest, NullOpenerRedirectForksProcess) { #endif // CHROME_V8 // This test fails on ChromeOS (it has never been known to work on it). +// Currently flaky on Windows - it has crashed a couple of times. // http://crbug.com/32799 #if defined(OS_CHROMEOS) #define MAYBE_OtherRedirectsDontForkProcess DISABLED_OtherRedirectsDontForkProcess #else -#define MAYBE_OtherRedirectsDontForkProcess OtherRedirectsDontForkProcess +#define MAYBE_OtherRedirectsDontForkProcess FLAKY_OtherRedirectsDontForkProcess #endif // Tests that non-Gmail-like script redirects (i.e., non-null window.opener) or |