Skip to content

Commit

Permalink
SafeBrowsingServiceTest.Prefetch is FLAKY.
Browse files Browse the repository at this point in the history
BUG=80719
TEST=None
TBR=shess@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83223 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
cbentzel@chromium.org committed Apr 27, 2011
1 parent 6104ea5 commit 6256228
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ const char kPrefetchMalwarePage[] = "files/safe_browsing/prefetch_malware.html";

// This test confirms that prefetches don't themselves get the
// interstitial treatment.
IN_PROC_BROWSER_TEST_F(SafeBrowsingServiceTest, Prefetch) {
// FLAKY: http://crbug.com/80719
IN_PROC_BROWSER_TEST_F(SafeBrowsingServiceTest, FLAKY_Prefetch) {
GURL url = test_server()->GetURL(kPrefetchMalwarePage);
GURL malware_url = test_server()->GetURL(kMalwarePage);

Expand Down

0 comments on commit 6256228

Please sign in to comment.