diff options
| author | 2022-11-21 23:10:18 +0000 | |
|---|---|---|
| committer | 2022-11-21 23:10:18 +0000 | |
| commit | bbf523975d1cc51195505062b1374b9be32aaf80 (patch) | |
| tree | 36cc67935e5af8742746d338e8d0f70f3d78716f | |
| parent | 0d5fe7213722b398681679d7350beff5ee95ceb7 (diff) | |
| parent | 1bc16a886401ac532e430961468b1325c5f6f02f (diff) | |
Merge "Merge "Disable ControlsFavoritingActivityTest" into tm-qpr-dev am: ecad4649c4 am: d10e3c2348"
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/controls/management/ControlsFavoritingActivityTest.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/controls/management/ControlsFavoritingActivityTest.kt b/packages/SystemUI/tests/src/com/android/systemui/controls/management/ControlsFavoritingActivityTest.kt index 0f06de2a0684..365523233353 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/controls/management/ControlsFavoritingActivityTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/controls/management/ControlsFavoritingActivityTest.kt @@ -5,6 +5,7 @@ import android.testing.AndroidTestingRunner import android.testing.TestableLooper import android.window.OnBackInvokedCallback import android.window.OnBackInvokedDispatcher +import androidx.test.filters.FlakyTest import androidx.test.filters.SmallTest import androidx.test.rule.ActivityTestRule import androidx.test.runner.intercepting.SingleActivityFactory @@ -79,6 +80,8 @@ class ControlsFavoritingActivityTest : SysuiTestCase() { activityRule.launchActivity(intent) } + // b/259549854 to root-cause and fix + @FlakyTest @Test fun testBackCallbackRegistrationAndUnregistration() { // 1. ensure that launching the activity results in it registering a callback |