Commit 605ab3ea authored by Owen Min's avatar Owen Min Committed by Commit Bot

Disable WebViewTest.WebViewInBackgroundPage

Disable the test on other platforms because the test is also timeout on
them.

Bug: 403325
Change-Id: I5e544c8392f69c251a9da6c327d6eadce9b53e76
Tbr: wjmaclean@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136030Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Owen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756420}
parent 85506f13
...@@ -3390,15 +3390,9 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, TestPlugin) { ...@@ -3390,15 +3390,9 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, TestPlugin) {
TestHelper("testPlugin", "web_view/shim", NEEDS_TEST_SERVER); TestHelper("testPlugin", "web_view/shim", NEEDS_TEST_SERVER);
} }
#if defined(OS_WIN) // Test is disabled because it times out often.
// Test is disabled on Windows because it times out often.
// http://crbug.com/403325 // http://crbug.com/403325
#define MAYBE_WebViewInBackgroundPage \ IN_PROC_BROWSER_TEST_F(WebViewTest, DISABLED_WebViewInBackgroundPage) {
DISABLED_WebViewInBackgroundPage
#else
#define MAYBE_WebViewInBackgroundPage WebViewInBackgroundPage
#endif
IN_PROC_BROWSER_TEST_F(WebViewTest, MAYBE_WebViewInBackgroundPage) {
ASSERT_TRUE(StartEmbeddedTestServer()); ASSERT_TRUE(StartEmbeddedTestServer());
ASSERT_TRUE(RunExtensionTest("platform_apps/web_view/background")) ASSERT_TRUE(RunExtensionTest("platform_apps/web_view/background"))
<< message_; << message_;
......
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