summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSahana Rao <sahanas@google.com>2023-05-10 17:31:55 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-05-10 17:31:55 +0000
commit8a2dff04e2e069d0cab731a59d5027f45c773c4b (patch)
tree2b8d2a0c2d3d2a2ff9c82dbb4618a99addc23210
parente674c07c73eb6e0cbc5819ea1f597304f740348b (diff)
parent247afd62cf798df31b17ba80d2ee3c36feacea73 (diff)
downloadMediaProvider-8a2dff04e2e069d0cab731a59d5027f45c773c4b.tar.gz
Merge "Ignore failing test testPublicVolumeDefaultFolders" into tm-mainline-prod
-rw-r--r--tests/src/com/android/providers/media/PublicVolumeTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/com/android/providers/media/PublicVolumeTest.java b/tests/src/com/android/providers/media/PublicVolumeTest.java
index e4a9ee876..e2a272f2b 100644
--- a/tests/src/com/android/providers/media/PublicVolumeTest.java
+++ b/tests/src/com/android/providers/media/PublicVolumeTest.java
@@ -35,6 +35,7 @@ import com.android.providers.media.util.FileUtils;
import org.junit.AfterClass;
import org.junit.BeforeClass;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -63,6 +64,7 @@ public class PublicVolumeTest {
}
@Test
+ @Ignore("Re-enable with fix b/281794265")
public void testPublicVolumeDefaultFolders() throws Exception {
Context context = InstrumentationRegistry.getTargetContext();