Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ad5af84 authored by Aga Wronska's avatar Aga Wronska Committed by android-build-merger
Browse files

Merge "Suppress tests failing because or permission inconsistency" into nyc-dev am: 0ce9af09

am: 974c8913

* commit '974c8913':
  Suppress tests failing because or permission inconsistency
parents 626070d9 974c8913
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -183,6 +183,7 @@ public class FilesActivityUiTest extends ActivityTest<FilesActivity> {

    // We don't really need to test the entirety of download support
    // since downloads is (almost) just another provider.
    @Suppress
    public void testDownload_Queued() throws Exception {
        DownloadManager dm = (DownloadManager) context.getSystemService(
                Context.DOWNLOAD_SERVICE);
@@ -194,6 +195,7 @@ public class FilesActivityUiTest extends ActivityTest<FilesActivity> {
        bots.directory.assertDocumentsPresent("Queued");
    }

    @Suppress
    public void testDownload_RetryUnsuccessful() throws Exception {
        DownloadManager dm = (DownloadManager) context.getSystemService(
                Context.DOWNLOAD_SERVICE);