Commit 9361ae9d authored by mlerman's avatar mlerman Committed by Commit bot

Disable more flaky tests in ResourceDispatcherHostBrowserTest

BUG=130404
TBR=mmenke@chromium.org

Review URL: https://codereview.chromium.org/696313002

Cr-Commit-Position: refs/heads/master@{#302446}
parent ea143d90
......@@ -223,9 +223,15 @@ IN_PROC_BROWSER_TEST_F(ResourceDispatcherHostBrowserTest,
ASSERT_FALSE(got_downloads());
}
// Flaky on mac bots. crbug.com/429190
#if defined(OS_MACOSX)
#define MAYBE_CrossSiteOnunloadCookie DISABLED_CrossSiteOnunloadCookie
#else
#define MAYBE_CrossSiteOnunloadCookie CrossSiteOnunloadCookie
#endif
// Tests that onunload is run for cross-site requests. (Bug 1114994)
IN_PROC_BROWSER_TEST_F(ResourceDispatcherHostBrowserTest,
CrossSiteOnunloadCookie) {
MAYBE_CrossSiteOnunloadCookie) {
ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady());
GURL url = embedded_test_server()->GetURL("/onunload_cookie.html");
......
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