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;