summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-01-23 23:01:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-01-23 23:01:44 +0000
commitbea551356a45c02487d1f76886351acf5f6bedc1 (patch)
treea9e112b01f2da0dce1a4472ec495aa3c0ffbdd26
parent65488895b96ca7ec63fddddc3f1b742a774cbf6c (diff)
parentaf3e811db38015d3b0df792e2c6fac2ef2514b7c (diff)
downloadcts-main-16k-with-phones.tar.gz
Merge "Merge "Remove PermHistoryTest in unrelated branches" into android13-tests-dev am: a503634f24"main-16k-with-phones
-rw-r--r--tests/tests/permission3/src/android/permission3/cts/PermissionHistoryTest.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tests/permission3/src/android/permission3/cts/PermissionHistoryTest.kt b/tests/tests/permission3/src/android/permission3/cts/PermissionHistoryTest.kt
index 2a57406e6ce..0f806337341 100644
--- a/tests/tests/permission3/src/android/permission3/cts/PermissionHistoryTest.kt
+++ b/tests/tests/permission3/src/android/permission3/cts/PermissionHistoryTest.kt
@@ -28,6 +28,7 @@ import com.android.modules.utils.build.SdkLevel
import org.junit.After
import org.junit.Assume.assumeFalse
import org.junit.Before
+import org.junit.Ignore
import org.junit.Test
import java.util.regex.Pattern
@@ -122,6 +123,7 @@ class PermissionHistoryTest : BasePermissionHubTest() {
}
@Test
+ @Ignore
fun testToggleSystemApps() {
// I had some hard time mocking a system app.
// Hence here I am only testing if the toggle is there.
@@ -191,6 +193,7 @@ class PermissionHistoryTest : BasePermissionHubTest() {
}
@Test
+ @Ignore
fun testToggleFrom24HoursTo7DaysInTimeline() {
// Auto doesn't support the 7 day view
assumeFalse(isAutomotive)
@@ -219,6 +222,7 @@ class PermissionHistoryTest : BasePermissionHubTest() {
}
@Test
+ @Ignore
fun testMicrophoneTimelineWithOneApp() {
openMicrophoneApp(INTENT_ACTION_1)
waitFindObject(By.textContains(APP_LABEL_1))
@@ -242,6 +246,7 @@ class PermissionHistoryTest : BasePermissionHubTest() {
}
@Test
+ @Ignore
fun testCameraTimelineWithMultipleApps() {
openMicrophoneApp(INTENT_ACTION_1)
waitFindObject(By.textContains(APP_LABEL_1))