Commit da740039 authored by eseidel@chromium.org's avatar eseidel@chromium.org

Disable broken Android image load test in preparation for re-landing preloader changes.

As much as I would like to keep all tests working,
it seems unreasonable to hold-back performance improvements
for all of Chromium (particularly android) to keep
this test "passing".

https://codereview.chromium.org/302063002/

BUG=387101
TBR=mnaganov@chromium.org

Review URL: https://codereview.chromium.org/343213002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278830 0039d316-1c4b-4281-b951-d872f2087c98
parent 72bd4622
...@@ -1783,8 +1783,10 @@ public class AwSettingsTest extends AwTestBase { ...@@ -1783,8 +1783,10 @@ public class AwSettingsTest extends AwTestBase {
views.getContainer1(), views.getClient1(), 1)); views.getContainer1(), views.getClient1(), 1));
} }
@SmallTest // @SmallTest
@Feature({"AndroidWebView", "Preferences"}) // @Feature({"AndroidWebView", "Preferences"})
// http://crbug.com/387101
@DisabledTest
public void testBlockNetworkImagesDoesNotBlockDataUrlImage() throws Throwable { public void testBlockNetworkImagesDoesNotBlockDataUrlImage() throws Throwable {
final TestAwContentsClient contentClient = new TestAwContentsClient(); final TestAwContentsClient contentClient = new TestAwContentsClient();
final AwTestContainerView testContainerView = final AwTestContainerView testContainerView =
......
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