diff options
| author | 2022-11-21 22:37:32 +0000 | |
|---|---|---|
| committer | 2022-11-21 22:37:32 +0000 | |
| commit | ecad4649c4e025c150bab73201c42cd5bb3f430e (patch) | |
| tree | 0115c83c9fc4e61e80553ef175c96420b9c3267c | |
| parent | a6a69b9e8e18fd7c1c423c16a997e20aad7d6e01 (diff) | |
| parent | b67f357452af3fc0ac01d5387da56799907b1270 (diff) | |
Merge "Disable ControlsFavoritingActivityTest" into tm-qpr-dev
| -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 |