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; ...@@ -28,6 +28,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ContextUtils; import org.chromium.base.ContextUtils;
import org.chromium.base.ThreadUtils; import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CallbackHelper; 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.FlakyTest;
import org.chromium.base.test.util.Restriction; import org.chromium.base.test.util.Restriction;
import org.chromium.base.test.util.RetryOnFailure; import org.chromium.base.test.util.RetryOnFailure;
...@@ -219,6 +220,7 @@ public class DownloadActivityTest { ...@@ -219,6 +220,7 @@ public class DownloadActivityTest {
} }
/** Clicking on filters affects various things in the UI. */ /** Clicking on filters affects various things in the UI. */
@DisabledTest(message = "crbug.com/855389")
@Test @Test
@MediumTest @MediumTest
public void testFilters() throws Exception { public void testFilters() throws Exception {
...@@ -325,6 +327,7 @@ public class DownloadActivityTest { ...@@ -325,6 +327,7 @@ public class DownloadActivityTest {
Assert.assertEquals("5.00 GB downloaded", mSpaceUsedDisplay.getText()); Assert.assertEquals("5.00 GB downloaded", mSpaceUsedDisplay.getText());
} }
@DisabledTest(message = "crbug.com/855389")
@Test @Test
@MediumTest @MediumTest
@RetryOnFailure @RetryOnFailure
...@@ -395,6 +398,7 @@ public class DownloadActivityTest { ...@@ -395,6 +398,7 @@ public class DownloadActivityTest {
Assert.assertEquals("6.50 GB downloaded", mSpaceUsedDisplay.getText()); Assert.assertEquals("6.50 GB downloaded", mSpaceUsedDisplay.getText());
} }
@DisabledTest(message = "crbug.com/855389")
@Test @Test
@MediumTest @MediumTest
@RetryOnFailure @RetryOnFailure
...@@ -460,6 +464,7 @@ public class DownloadActivityTest { ...@@ -460,6 +464,7 @@ public class DownloadActivityTest {
Assert.assertEquals("6.50 GB downloaded", mSpaceUsedDisplay.getText()); Assert.assertEquals("6.50 GB downloaded", mSpaceUsedDisplay.getText());
} }
@DisabledTest(message = "crbug.com/855389")
@Test @Test
@MediumTest @MediumTest
@RetryOnFailure @RetryOnFailure
...@@ -600,6 +605,7 @@ public class DownloadActivityTest { ...@@ -600,6 +605,7 @@ public class DownloadActivityTest {
// TODO(carlosk): OfflineItems used here come from StubbedProvider so this might not be the best // TODO(carlosk): OfflineItems used here come from StubbedProvider so this might not be the best
// place to test peer-2-peer sharing. // place to test peer-2-peer sharing.
@DisabledTest(message = "crbug.com/855389")
@Test @Test
@MediumTest @MediumTest
@EnableFeatures("OfflinePagesSharing") @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