commit | a3118e286a7b97e61d6e2ea2b63bd0ccb3b005f7 | [log] [tgz] |
---|---|---|
author | SongFerngWang <songferngwang@google.com> | Mon Jun 21 12:47:16 2021 +0800 |
committer | SongFerng Wang <songferngwang@google.com> | Mon Jun 21 06:51:51 2021 +0000 |
tree | d9fc510a5b7922e833f7357482a5fabdd3ee84c4 | |
parent | a2e38891b8b68f4333e80437824a84ab5c491f8e [diff] |
The two testcases are skipped temporarily Bug: 191318997 Test: Ignore two testcases Change-Id: Ia360a6da08a5b9eefc3f8f039a5305d53ccb23bd
diff --git a/tests/tests/telephony/current/src/android/telephony/cts/SubscriptionManagerTest.java b/tests/tests/telephony/current/src/android/telephony/cts/SubscriptionManagerTest.java old mode 100644 new mode 100755 index 6244fcd..7021e4e --- a/tests/tests/telephony/current/src/android/telephony/cts/SubscriptionManagerTest.java +++ b/tests/tests/telephony/current/src/android/telephony/cts/SubscriptionManagerTest.java
@@ -52,6 +52,7 @@ import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import java.time.Period; @@ -407,6 +408,7 @@ } @Test + @Ignore("b/181053462") public void testSubscriptionGroupingWithPermission() throws Exception { if (!isSupported()) return;