commit | 97cdf3cfae1fca85a1168cc0ac6b412277c2c520 | [log] [tgz] |
---|---|---|
author | Matt Pietal <mpietal@google.com> | Tue Mar 07 15:26:40 2023 +0000 |
committer | Matt Pietal <mpietal@google.com> | Fri Mar 10 12:36:43 2023 +0000 |
tree | 5b6eca070874a89bf3c352289033a47b30575630 | |
parent | 11c5ba05cf05424f2bf2f9d470530097424f57c2 [diff] |
Mark test as flakytest Test went from 0.1% flake to 55%, with no related CLs submitted in that window. Mark flaky until the root cause can be found. Fixes: 270760395 Test: atest KeyguardTransitionRepositoryTest Change-Id: I10dce47aa2f1f92c6c0294862b02b86fffd21676
diff --git a/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/KeyguardTransitionRepositoryTest.kt b/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/KeyguardTransitionRepositoryTest.kt index ae227b4..d9d4013 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/KeyguardTransitionRepositoryTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/KeyguardTransitionRepositoryTest.kt
@@ -21,6 +21,7 @@ import android.util.Log.TerribleFailure import android.util.Log.TerribleFailureHandler import androidx.test.ext.junit.runners.AndroidJUnit4 +import androidx.test.filters.FlakyTest import androidx.test.filters.SmallTest import com.android.systemui.SysuiTestCase import com.android.systemui.animation.Interpolators @@ -47,6 +48,7 @@ @SmallTest @RunWith(AndroidJUnit4::class) +@FlakyTest(bugId = 270760395) class KeyguardTransitionRepositoryTest : SysuiTestCase() { private lateinit var underTest: KeyguardTransitionRepository