Commit 779f7698 authored by joi@chromium.org's avatar joi@chromium.org

Flaky on ChromeOS: NetInternalsTest.NetInternalsDnsViewIncognitoClears.

TBR=mmenke@chromium.org
BUG=106707

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113395 0039d316-1c4b-4281-b951-d872f2087c98
parent c5621e2c
......@@ -403,6 +403,11 @@ IN_PROC_BROWSER_TEST_F(NetInternalsTest, NetInternalsDnsViewAddTwoTwice) {
// Makes sure that openning and then closing an incognito window clears the
// DNS cache. To keep things simple, we add a fake cache entry ourselves,
// rather than having the incognito browser create one.
#if defined(OS_CHROMEOS)
// http://crbug.com/106707
#define NetInternalsDnsViewIncognitoClears \
FLAKY_NetInternalsDnsViewIncognitoClears
#endif
IN_PROC_BROWSER_TEST_F(NetInternalsTest, NetInternalsDnsViewIncognitoClears) {
EXPECT_TRUE(RunJavascriptAsyncTest("netInternalsDnsViewIncognitoClears"));
}
......
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