Commit 8a75d639 authored by glider@chromium.org's avatar glider@chromium.org

Disable SafeBrowsingBlockingPageTest.MalwareIframeReportDetails because of bugs in it.


TBR=panayiotis@google.com
BUG=99159
Review URL: https://chromiumcodereview.appspot.com/10209043

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134469 0039d316-1c4b-4281-b951-d872f2087c98
parent 451acfe8
......@@ -569,13 +569,9 @@ IN_PROC_BROWSER_TEST_F(SafeBrowsingBlockingPageTest,
browser()->GetSelectedTabContentsWrapper()->web_contents()->GetURL());
}
#if defined(OS_WIN)
// Crashy, http://crbug.com/99159.
IN_PROC_BROWSER_TEST_F(SafeBrowsingBlockingPageTest,
DISABLED_MalwareIframeReportDetails) {
#else
IN_PROC_BROWSER_TEST_F(SafeBrowsingBlockingPageTest,
MalwareIframeReportDetails) {
#endif
GURL url = test_server()->GetURL(kMalwarePage);
GURL iframe_url = test_server()->GetURL(kMalwareIframe);
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