Disable IpProtectionAuthTest

It is crashing other tests.

Bug: b:346804191
Bug: 347020821
Change-Id: I2fcb91e5aad60a2f976057e6f58eafe3bc0e8c64
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5633482
Reviewed-by: Abhijith Nair <abhijithnair@chromium.org>
Commit-Queue: Ashley Newson <ashleynewson@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1315393}
diff --git a/components/ip_protection/android_auth_client_lib/javatests/src/org/chromium/components/ip_protection_auth/test/IpProtectionAuthTest.java b/components/ip_protection/android_auth_client_lib/javatests/src/org/chromium/components/ip_protection_auth/test/IpProtectionAuthTest.java
index 7b825bd97..638fff6e 100644
--- a/components/ip_protection/android_auth_client_lib/javatests/src/org/chromium/components/ip_protection_auth/test/IpProtectionAuthTest.java
+++ b/components/ip_protection/android_auth_client_lib/javatests/src/org/chromium/components/ip_protection_auth/test/IpProtectionAuthTest.java
@@ -28,6 +28,7 @@
 import org.chromium.base.library_loader.LibraryLoader;
 import org.chromium.base.test.BaseJUnit4ClassRunner;
 import org.chromium.base.test.util.Batch;
+import org.chromium.base.test.util.DisabledTest;
 import org.chromium.components.ip_protection_auth.IpProtectionAuthClient;
 import org.chromium.components.ip_protection_auth.IpProtectionAuthServiceCallback;
 import org.chromium.components.ip_protection_auth.IpProtectionByteArrayCallback;
@@ -35,6 +36,7 @@
 @MediumTest
 @RunWith(BaseJUnit4ClassRunner.class)
 @Batch(Batch.UNIT_TESTS)
+@DisabledTest(message = "crbug.com/347020821")
 public final class IpProtectionAuthTest {
     private static final String ACTION = "android.net.http.IpProtectionAuthService";
     private static final String MOCK_PACKAGE_NAME = "org.chromium.components.ip_protection_auth";