@Ignore PublicVolumePlaylistTest for now.

As a side effect, it can unmount existing public volumes on devices like
cuttlefish, causing other tests to fail. Until we can make this
resilient, @Ignore the test.

Bug: 180896295
Bug: 180910871
Test: N/A
Change-Id: I13bf9e02a0d91ffdf37bb738b9e1c93243f1ab18
Merged-In: I13bf9e02a0d91ffdf37bb738b9e1c93243f1ab18
(cherry picked from commit 180d44f6db7da65ae060e7a0d151413735fc732e)
diff --git a/tests/client/src/com/android/providers/media/client/PublicVolumePlaylistTest.java b/tests/client/src/com/android/providers/media/client/PublicVolumePlaylistTest.java
index cdb0abf..f4eea1f 100644
--- a/tests/client/src/com/android/providers/media/client/PublicVolumePlaylistTest.java
+++ b/tests/client/src/com/android/providers/media/client/PublicVolumePlaylistTest.java
@@ -42,6 +42,7 @@
 
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
@@ -63,6 +64,8 @@
      * Test that playlist query doesn't return audio files of ejected volume.
      */
     @Test
+    // TODO(b/180910871) fix side effects
+    @Ignore
     public void testEjectedVolume() throws Exception {
         ContentValues values = new ContentValues();
         values.clear();