Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9441683 authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Ignore DPM tests that crash with redesign flag enabled

Bug: 396073342
Flag: TEST_ONLY
Test: DevicePolicyManagerTest
Change-Id: I852dd02cf64b6b242f8d922d16777e8a9768654b
parent 1b8815ba
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1768,6 +1768,7 @@ public class DevicePolicyManagerTest extends DpmTestBase {
    }

    @Test
    @Ignore // b/396073342
    public void testCertificateDisclosure() throws Exception {
        final int userId = CALLER_USER_HANDLE;
        final UserHandle user = UserHandle.of(userId);
@@ -4612,6 +4613,7 @@ public class DevicePolicyManagerTest extends DpmTestBase {
    }

    @Test
    @Ignore // b/396073342
    public void testGetLastBugReportRequestTime() throws Exception {
        mContext.binder.callingUid = DpmMockContext.CALLER_SYSTEM_USER_UID;
        setupDeviceOwner();
@@ -4659,6 +4661,7 @@ public class DevicePolicyManagerTest extends DpmTestBase {
    }

    @Test
    @Ignore // b/396073342
    public void testGetLastNetworkLogRetrievalTime() throws Exception {
        mContext.binder.callingUid = DpmMockContext.CALLER_SYSTEM_USER_UID;
        setupDeviceOwner();
@@ -6441,6 +6444,7 @@ public class DevicePolicyManagerTest extends DpmTestBase {
    }

    @Test
    @Ignore // b/396073342
    public void testGetOwnerInstalledCaCertsForDeviceOwner() throws Exception {
        mServiceContext.packageName = mRealTestContext.getPackageName();
        mServiceContext.applicationInfo = new ApplicationInfo();
@@ -6452,6 +6456,7 @@ public class DevicePolicyManagerTest extends DpmTestBase {
    }

    @Test
    @Ignore // b/396073342
    public void testGetOwnerInstalledCaCertsForProfileOwner() throws Exception {
        mServiceContext.packageName = mRealTestContext.getPackageName();
        mServiceContext.applicationInfo = new ApplicationInfo();
@@ -6464,6 +6469,7 @@ public class DevicePolicyManagerTest extends DpmTestBase {
    }

    @Test
    @Ignore // b/396073342
    public void testGetOwnerInstalledCaCertsForDelegate() throws Exception {
        mServiceContext.packageName = mRealTestContext.getPackageName();
        mServiceContext.applicationInfo = new ApplicationInfo();