commit | d37829e24510cb4090042a696b52282e514e1f3a | [log] [tgz] |
---|---|---|
author | kholoud mohamed <kholoudm@google.com> | Thu Oct 07 10:23:41 2021 +0100 |
committer | kholoud mohamed <kholoudm@google.com> | Thu Oct 07 11:11:22 2021 +0100 |
tree | 3527f7d0232496ce814c5bc75fc3cdc5f11db068 | |
parent | 953a6767180b249538ca3f4dd4b78a323485b3b1 [diff] |
Skip failing cross profile tests for now Bug: 201675664 Test: atest ManagedProfileCrossProfileTest Change-Id: Ic03224817e3227a71f1bb7dd0133709cfec6bbe9
diff --git a/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ManagedProfileCrossProfileTest.java b/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ManagedProfileCrossProfileTest.java index 9873fb2..545306a 100644 --- a/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ManagedProfileCrossProfileTest.java +++ b/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ManagedProfileCrossProfileTest.java
@@ -42,6 +42,7 @@ import com.google.common.collect.Sets; +import org.junit.Ignore; import org.junit.Test; import java.util.Arrays; @@ -464,6 +465,7 @@ } @Test + @Ignore public void testSetCrossProfilePackages_resetsAppOps() throws Exception { if (!mHasFeature) { return; @@ -574,6 +576,7 @@ } @Test + @Ignore public void testSetCrossProfilePackages_killsApps() throws Exception { if (!mHasFeature) { return;