diff --git a/packages/DocumentsUI/tests/src/com/android/documentsui/FilesActivityUiTest.java b/packages/DocumentsUI/tests/src/com/android/documentsui/FilesActivityUiTest.java index 59dc2328efa5b..e4afc3d8199c7 100644 --- a/packages/DocumentsUI/tests/src/com/android/documentsui/FilesActivityUiTest.java +++ b/packages/DocumentsUI/tests/src/com/android/documentsui/FilesActivityUiTest.java @@ -183,6 +183,7 @@ public class FilesActivityUiTest extends ActivityTest { // 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 { bots.directory.assertDocumentsPresent("Queued"); } + @Suppress public void testDownload_RetryUnsuccessful() throws Exception { DownloadManager dm = (DownloadManager) context.getSystemService( Context.DOWNLOAD_SERVICE);