Skip to content

Commit 2d24670

Browse files
Treehugger Robotandroid-build-merge-worker-robot
authored andcommitted
Merge "Disable ApkVerityInstallTest" into android14-tests-dev am: b298488 am: ca3f5fb am: 5ef9498
Original change: https://android-review.googlesource.com/c/platform/cts/+/2829491 Change-Id: I3bfb1a464513e2778610991b826531e2d92955cb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2 parents e8467c7 + 5ef9498 commit 2d24670

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hostsidetests/appsecurity/src/android/appsecurity/cts/ApkVerityInstallTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
import org.junit.After;
3535
import org.junit.Before;
36+
import org.junit.Ignore;
3637
import org.junit.Test;
3738
import org.junit.runner.RunWith;
3839

@@ -43,6 +44,7 @@
4344
@Presubmit
4445
@RunWith(DeviceParameterizedRunner.class)
4546
@AppModeFull
47+
@Ignore("b/303068306")
4648
public final class ApkVerityInstallTest extends BaseAppSecurityTest {
4749

4850
private static final String PACKAGE_NAME = "android.appsecurity.cts.apkveritytestapp";

0 commit comments

Comments
 (0)