Commit 94e2e91d authored by eroman@chromium.org's avatar eroman@chromium.org

Mark CacheHitAfterRedirect as flaky.

BUG=102030
Review URL: http://codereview.chromium.org/8400052

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107677 0039d316-1c4b-4281-b951-d872f2087c98
parent 458b7b18
......@@ -19,7 +19,8 @@ class LoadTimingObserverUITest : public UITest {
net::TestServer http_server_;
};
TEST_F(LoadTimingObserverUITest, CacheHitAfterRedirect) {
// http://crbug.com/102030
TEST_F(LoadTimingObserverUITest, FLAKY_CacheHitAfterRedirect) {
ASSERT_TRUE(http_server_.Start());
GURL cached_page = http_server_.GetURL("cachetime");
std::string redirect = "server-redirect?" + cached_page.spec();
......
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