commit | 73f2b371668110d1dc65df433b695ad7889bff10 | [log] [tgz] |
---|---|---|
author | Ashley Newson <ashleynewson@chromium.org> | Fri Jun 14 19:31:19 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 14 19:31:19 2024 |
tree | a2b92f7a56da09a5e80c12439a053b64835c5b4b | |
parent | 687c4f05c44b0b8f71bd9b3741961a1841a1fb13 [diff] |
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";