Skip to content

Commit b298488

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Disable ApkVerityInstallTest" into android14-tests-dev
2 parents fa53fa3 + 77f2efb commit b298488

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)