We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa53fa3 + 77f2efb commit b298488Copy full SHA for b298488
1 file changed
hostsidetests/appsecurity/src/android/appsecurity/cts/ApkVerityInstallTest.java
@@ -33,6 +33,7 @@
33
34
import org.junit.After;
35
import org.junit.Before;
36
+import org.junit.Ignore;
37
import org.junit.Test;
38
import org.junit.runner.RunWith;
39
@@ -43,6 +44,7 @@
43
44
@Presubmit
45
@RunWith(DeviceParameterizedRunner.class)
46
@AppModeFull
47
+@Ignore("b/303068306")
48
public final class ApkVerityInstallTest extends BaseAppSecurityTest {
49
50
private static final String PACKAGE_NAME = "android.appsecurity.cts.apkveritytestapp";
0 commit comments