Index: chrome/browser/apps/web_view_browsertest.cc |
diff --git a/chrome/browser/apps/web_view_browsertest.cc b/chrome/browser/apps/web_view_browsertest.cc |
index c253fd16b569cf380c79ae014dc4f56d56918e04..9c03ec66a92dff408b1ef7cad22c7e3e93bbfd3c 100644 |
--- a/chrome/browser/apps/web_view_browsertest.cc |
+++ b/chrome/browser/apps/web_view_browsertest.cc |
@@ -947,13 +947,7 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestResizeWebviewResizesContent) { |
// This test makes sure we do not crash if app is closed while interstitial |
// page is being shown in guest. |
-// Test flaky on windows; http://crbug.com/297014 . |
-#if defined(OS_WIN) |
-#define MAYBE_InterstitialTeardown DISABLED_InterstitialTeardown |
-#else |
-#define MAYBE_InterstitialTeardown InterstitialTeardown |
-#endif |
-IN_PROC_BROWSER_TEST_F(WebViewTest, MAYBE_InterstitialTeardown) { |
+IN_PROC_BROWSER_TEST_F(WebViewTest, InterstitialTeardown) { |
// Start a HTTPS server so we can load an interstitial page inside guest. |
net::SpawnedTestServer::SSLOptions ssl_options; |
ssl_options.server_certificate = |