Commit 8ef617d3 authored by Morten Stenshorne's avatar Morten Stenshorne Committed by Commit Bot

Disable ImpressionTagNavigatesExistingRemoteFrame_ImpressionReceived.

Still flaky.

TBR=johnidel@chromium.org

Bug: 1077216
Change-Id: I2d99f56edbabb22c980d761dd02be1cee4af7349
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2403362Reviewed-by: default avatarMorten Stenshorne <mstensho@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805714}
parent 6f032fda
...@@ -203,17 +203,10 @@ IN_PROC_BROWSER_TEST_F(ImpressionDeclarationBrowserTest, ...@@ -203,17 +203,10 @@ IN_PROC_BROWSER_TEST_F(ImpressionDeclarationBrowserTest,
EXPECT_EQ(1UL, impression_observer.last_impression().impression_data); EXPECT_EQ(1UL, impression_observer.last_impression().impression_data);
} }
// Flaky on Mac: crbug.com/1099410 // Flaky: crbug.com/1077216
#if defined(OS_MAC)
#define MAYBE_ImpressionTagNavigatesExistingRemoteFrame_ImpressionReceived \
DISABLED_ImpressionTagNavigatesExistingRemoteFrame_ImpressionReceived
#else
#define MAYBE_ImpressionTagNavigatesExistingRemoteFrame_ImpressionReceived \
ImpressionTagNavigatesExistingRemoteFrame_ImpressionReceived
#endif
IN_PROC_BROWSER_TEST_F( IN_PROC_BROWSER_TEST_F(
ImpressionDeclarationBrowserTest, ImpressionDeclarationBrowserTest,
MAYBE_ImpressionTagNavigatesExistingRemoteFrame_ImpressionReceived) { DISABLED_ImpressionTagNavigatesExistingRemoteFrame_ImpressionReceived) {
EXPECT_TRUE(NavigateToURL( EXPECT_TRUE(NavigateToURL(
web_contents(), web_contents(),
https_server()->GetURL("b.test", "/page_with_impression_creator.html"))); https_server()->GetURL("b.test", "/page_with_impression_creator.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