Commit 18c13e77 authored by Clark DuVall's avatar Clark DuVall Committed by Commit Bot

Disable SubresourceFilterTest.resourceNotFiltered

This test is flaking quite a bit:
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=chrome_public_test_apk&tests=org.chromium.chrome.browser.SubresourceFilterTest%23resourceNotFiltered

TBR=csharrison@chromium.org

Bug: 899903
Change-Id: I4785f8ac1d517a23696aaba40a9a5e245440f47d
Reviewed-on: https://chromium-review.googlesource.com/c/1310503Reviewed-by: default avatarClark DuVall <cduvall@chromium.org>
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604337}
parent 838b775d
...@@ -90,6 +90,7 @@ public final class SubresourceFilterTest { ...@@ -90,6 +90,7 @@ public final class SubresourceFilterTest {
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "crbug.com/899903")
public void resourceNotFiltered() throws Exception { public void resourceNotFiltered() throws Exception {
String url = mTestServer.getURL(PAGE_WITH_JPG); String url = mTestServer.getURL(PAGE_WITH_JPG);
mActivityTestRule.loadUrl(url); mActivityTestRule.loadUrl(url);
......
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