Commit f1a05634 authored by Matthew Cary's avatar Matthew Cary Committed by Commit Bot

Disable failing DownloadActivityTests.

These all appear to be due to a strict mode violation on android M 64
bit.

TBR=dtrainor@chromium.org

Bug: 855389
Change-Id: I20297e805bee3d775632530a8653acfd9e2dcf90
Reviewed-on: https://chromium-review.googlesource.com/1112009Reviewed-by: default avatarMatthew Cary <mattcary@chromium.org>
Commit-Queue: Matthew Cary <mattcary@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569635}
parent 4dae5963
......@@ -28,6 +28,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ContextUtils;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.base.test.util.Restriction;
import org.chromium.base.test.util.RetryOnFailure;
......@@ -219,6 +220,7 @@ public class DownloadActivityTest {
}
/** Clicking on filters affects various things in the UI. */
@DisabledTest(message = "crbug.com/855389")
@Test
@MediumTest
public void testFilters() throws Exception {
......@@ -325,6 +327,7 @@ public class DownloadActivityTest {
Assert.assertEquals("5.00 GB downloaded", mSpaceUsedDisplay.getText());
}
@DisabledTest(message = "crbug.com/855389")
@Test
@MediumTest
@RetryOnFailure
......@@ -395,6 +398,7 @@ public class DownloadActivityTest {
Assert.assertEquals("6.50 GB downloaded", mSpaceUsedDisplay.getText());
}
@DisabledTest(message = "crbug.com/855389")
@Test
@MediumTest
@RetryOnFailure
......@@ -460,6 +464,7 @@ public class DownloadActivityTest {
Assert.assertEquals("6.50 GB downloaded", mSpaceUsedDisplay.getText());
}
@DisabledTest(message = "crbug.com/855389")
@Test
@MediumTest
@RetryOnFailure
......@@ -600,6 +605,7 @@ public class DownloadActivityTest {
// TODO(carlosk): OfflineItems used here come from StubbedProvider so this might not be the best
// place to test peer-2-peer sharing.
@DisabledTest(message = "crbug.com/855389")
@Test
@MediumTest
@EnableFeatures("OfflinePagesSharing")
......
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