Commit 82545407 authored by vandebo@chromium.org's avatar vandebo@chromium.org

Mark BrowserTest.FaviconChange as flaky on Mac.

BUG=83828
TEST=NONE

Review URL: http://codereview.chromium.org/7053005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86626 0039d316-1c4b-4281-b951-d872f2087c98
parent e414727e
...@@ -490,8 +490,14 @@ IN_PROC_BROWSER_TEST_F(BrowserTest, ...@@ -490,8 +490,14 @@ IN_PROC_BROWSER_TEST_F(BrowserTest,
EXPECT_EQ(expected_favicon_url.spec(), entry->favicon().url().spec()); EXPECT_EQ(expected_favicon_url.spec(), entry->favicon().url().spec());
} }
#if defined(OS_MAC)
// http://crbug.com/83828. On Mac 10.6, the failure rate is 14%
#define MAYBE_FaviconChange FLAKY_FaviconChange
#else
#define MAYBE_FaviconChange FaviconChange
#endif
// Test that an icon can be changed from JS. // Test that an icon can be changed from JS.
IN_PROC_BROWSER_TEST_F(BrowserTest, FaviconChange) { IN_PROC_BROWSER_TEST_F(BrowserTest, MAYBE_FaviconChange) {
static const FilePath::CharType* kFile = static const FilePath::CharType* kFile =
FILE_PATH_LITERAL("onload_change_favicon.html"); FILE_PATH_LITERAL("onload_change_favicon.html");
GURL file_url(ui_test_utils::GetTestUrl(FilePath(FilePath::kCurrentDirectory), GURL file_url(ui_test_utils::GetTestUrl(FilePath(FilePath::kCurrentDirectory),
......
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