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 3985fd863a6cd8474926f3c3909fd22bc267251a..92565db05523c57071b07362df703cb238763ad8 100644 |
--- a/chrome/browser/apps/web_view_browsertest.cc |
+++ b/chrome/browser/apps/web_view_browsertest.cc |
@@ -942,12 +942,6 @@ 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) { |
// Start a HTTPS server so we can load an interstitial page inside guest. |
net::SpawnedTestServer::SSLOptions ssl_options; |