Commit f3feff87 authored by guidou's avatar guidou Committed by Commit bot

Disable WebViewTest.Shim_TestNestedSubframes on Mac.

The test has been flaking on at least one Mac bot.

BUG=674904
TBR=lazyboy@chromium.org

Review-Url: https://codereview.chromium.org/2582023002
Cr-Commit-Position: refs/heads/master@{#439099}
parent 875df60e
......@@ -1481,7 +1481,13 @@ IN_PROC_BROWSER_TEST_P(WebViewTest, Shim_TestNestedCrossOriginSubframes) {
"web_view/shim", NEEDS_TEST_SERVER);
}
IN_PROC_BROWSER_TEST_P(WebViewTest, Shim_TestNestedSubframes) {
#if defined(OS_MACOSX)
// Flaky on Mac. See https://crbug.com/674904.
#define MAYBE_Shim_TestNestedSubframes DISABLED_Shim_TestNestedSubframes
#else
#define MAYBE_Shim_TestNestedSubframes Shim_TestNestedSubframes
#endif
IN_PROC_BROWSER_TEST_P(WebViewTest, MAYBE_Shim_TestNestedSubframes) {
TestHelper("testNestedSubframes", "web_view/shim", NO_TEST_SERVER);
}
......
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