Ignore the kernel bug verification until it lands in R

Bug: 185070292
Test: atest PackageManagerShellCommandIncrementalTest#testBug183952694Fixed
Change-Id: I3016ccfeb972fbd0c625b8c1e83a484480711f2b
Merged-In: I3016ccfeb972fbd0c625b8c1e83a484480711f2b
diff --git a/tests/tests/content/src/android/content/pm/cts/PackageManagerShellCommandIncrementalTest.java b/tests/tests/content/src/android/content/pm/cts/PackageManagerShellCommandIncrementalTest.java
index 1440aeb..32e99cf 100644
--- a/tests/tests/content/src/android/content/pm/cts/PackageManagerShellCommandIncrementalTest.java
+++ b/tests/tests/content/src/android/content/pm/cts/PackageManagerShellCommandIncrementalTest.java
@@ -58,6 +58,7 @@
 import org.junit.Assert;
 import org.junit.Assume;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
@@ -164,6 +165,7 @@
     }
 
     @Test
+    @Ignore("Wait until the kernel change lands in RVC branch for the mixed vendor image tests")
     public void testBug183952694Fixed() throws Exception {
         // first ensure the IncFS is up and running, e.g. if it's a module
         final Result stateListenerResult = startListeningForBroadcast();