summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-11-30 20:23:00 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-30 20:23:00 +0000
commit50706ddbc2e0d6da59109fa85f0cb4270e7eaebe (patch)
tree0feabee9c8b06da389f56a0b7ff579ef11db0e7d
parent461c5f384cab936a4a4bd00632d8aadf24d45d5c (diff)
parentca3f5fb8735034fd34b6773d3cea7c4c718f2a20 (diff)
downloadcts-50706ddbc2e0d6da59109fa85f0cb4270e7eaebe.tar.gz
Merge "Disable ApkVerityInstallTest" into android14-tests-dev am: b2984880d4 am: ca3f5fb873
Original change: https://android-review.googlesource.com/c/platform/cts/+/2829491 Change-Id: I3891b748cd69a07789b0ae90a3865e2399793d05 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--hostsidetests/appsecurity/src/android/appsecurity/cts/ApkVerityInstallTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/hostsidetests/appsecurity/src/android/appsecurity/cts/ApkVerityInstallTest.java b/hostsidetests/appsecurity/src/android/appsecurity/cts/ApkVerityInstallTest.java
index f712a95b1b8..a58bd7c476d 100644
--- a/hostsidetests/appsecurity/src/android/appsecurity/cts/ApkVerityInstallTest.java
+++ b/hostsidetests/appsecurity/src/android/appsecurity/cts/ApkVerityInstallTest.java
@@ -33,6 +33,7 @@ import com.android.tradefed.testtype.junit4.DeviceTestRunOptions;
import org.junit.After;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -43,6 +44,7 @@ import junitparams.Parameters;
@Presubmit
@RunWith(DeviceParameterizedRunner.class)
@AppModeFull
+@Ignore("b/303068306")
public final class ApkVerityInstallTest extends BaseAppSecurityTest {
private static final String PACKAGE_NAME = "android.appsecurity.cts.apkveritytestapp";