Commit 6e45d079 authored by csharp's avatar csharp Committed by Commit bot

Disable RenderFrameHostImplBrowserTest.GetVisibilityState_Basic on Mac

TBR=mlamouri@chromium.org
BUG=467670

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

Cr-Commit-Position: refs/heads/master@{#320778}
parent 511c501b
...@@ -114,8 +114,14 @@ IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest, IsFocused_Widget) { ...@@ -114,8 +114,14 @@ IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest, IsFocused_Widget) {
// Test that a frame is visible/hidden depending on its WebContents visibility // Test that a frame is visible/hidden depending on its WebContents visibility
// state. // state.
// Flaky on Mac. http://crbug.com/467670
#if defined(OS_MACOSX)
#define MAYBE_GetVisibilityState_Basic DISABLED_GetVisibilityState_Basic
#else
#define MAYBE_GetVisibilityState_Basic GetVisibilityState_Basic
#endif
IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest, IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest,
GetVisibilityState_Basic) { MAYBE_GetVisibilityState_Basic) {
EXPECT_TRUE(NavigateToURL(shell(), GURL("data:text/html,foo"))); EXPECT_TRUE(NavigateToURL(shell(), GURL("data:text/html,foo")));
WebContents* web_contents = shell()->web_contents(); WebContents* web_contents = shell()->web_contents();
......
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