Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97cdf3cf authored by Matt Pietal's avatar Matt Pietal
Browse files

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
parent 11c5ba05
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ import android.util.Log
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 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@FlakyTest(bugId = 270760395)
class KeyguardTransitionRepositoryTest : SysuiTestCase() {

    private lateinit var underTest: KeyguardTransitionRepository