Commit 20165593 authored by Bruce Dawson's avatar Bruce Dawson Committed by Commit Bot

Reenable WebNavigationApiTest.Crash on Windows

The reason for the timeouts on this test are believed to be understood
and resolved in crrev.com/c/2209755  so it's time to try reenabling the
test.

Bug: 974787
Change-Id: I17e587da4446beb352ceeeac09d7fd1e0cfb5f2f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459788
Commit-Queue: Nasko Oskov <nasko@chromium.org>
Reviewed-by: default avatarNasko Oskov <nasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815145}
parent 7266b6ea
...@@ -521,13 +521,7 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, PendingDeletion) { ...@@ -521,13 +521,7 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, PendingDeletion) {
ASSERT_TRUE(RunExtensionTest("webnavigation/pendingDeletion")) << message_; ASSERT_TRUE(RunExtensionTest("webnavigation/pendingDeletion")) << message_;
} }
// Flaky fails on Win7 Tests (dbg)(1); https://crbug.com/974787. IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, Crash) {
#if defined(OS_WIN) && !defined(NDEBUG)
#define MAYBE_Crash DISABLED_Crash
#else
#define MAYBE_Crash Crash
#endif
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, MAYBE_Crash) {
content::ScopedAllowRendererCrashes scoped_allow_renderer_crashes; content::ScopedAllowRendererCrashes scoped_allow_renderer_crashes;
ASSERT_TRUE(StartEmbeddedTestServer()); ASSERT_TRUE(StartEmbeddedTestServer());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment