Skip to content

Commit 77f2efb

Browse files
committed
Disable ApkVerityInstallTest
The feature is already deprecated. The test seems to be failing due to unclear interaction with other feature in development (we've never seen problems anywhere else). Disable the test. Bug: 303068306 Test: TH Change-Id: I41afe48ebce24aea2afe6d885dcc31587726d561 Merged-In: I41afe48ebce24aea2afe6d885dcc31587726d561 (cherry picked from commit 8a64b2df0950e742c46f3830bba19d17c511108f)
1 parent 1c6991f commit 77f2efb

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)