Commit 1e5a5346 authored by abodenha@google.com's avatar abodenha@google.com

Disabled flaky test on Windows

BUG=120705
TEST=None

Review URL: https://chromiumcodereview.appspot.com/9844030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129457 0039d316-1c4b-4281-b951-d872f2087c98
parent af65aab8
...@@ -569,8 +569,13 @@ IN_PROC_BROWSER_TEST_F(SafeBrowsingBlockingPageTest, ...@@ -569,8 +569,13 @@ IN_PROC_BROWSER_TEST_F(SafeBrowsingBlockingPageTest,
browser()->GetSelectedTabContentsWrapper()->web_contents()->GetURL()); browser()->GetSelectedTabContentsWrapper()->web_contents()->GetURL());
} }
#if defined(OS_WIN)
IN_PROC_BROWSER_TEST_F(SafeBrowsingBlockingPageTest,
DISABLED_MalwareIframeReportDetails) {
#else
IN_PROC_BROWSER_TEST_F(SafeBrowsingBlockingPageTest, IN_PROC_BROWSER_TEST_F(SafeBrowsingBlockingPageTest,
MalwareIframeReportDetails) { MalwareIframeReportDetails) {
#endif
GURL url = test_server()->GetURL(kMalwarePage); GURL url = test_server()->GetURL(kMalwarePage);
GURL iframe_url = test_server()->GetURL(kMalwareIframe); GURL iframe_url = test_server()->GetURL(kMalwareIframe);
AddURLResult(iframe_url, SafeBrowsingService::URL_MALWARE); AddURLResult(iframe_url, SafeBrowsingService::URL_MALWARE);
......
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