From e07a74e7bee9903f9ca1b610b6db574a09021ff0 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Wed, 26 Apr 2023 09:15:54 +0000 Subject: [PATCH] Promote ImeInsetsSourceConsumerTest from FlakyTest This has been marked conservatively as FlakyTest since 2019 but no bugs have ever been filed about its flakiness. Promote it so it can be part of presubmit runs. Change-Id: Icf69d254a493e9a02669ac6f3b3875942bd036cf Test: atest --iterations 200 ImeInsetsSourceConsumerTest Bug: 118118435 --- .../coretests/src/android/view/ImeInsetsSourceConsumerTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/tests/coretests/src/android/view/ImeInsetsSourceConsumerTest.java b/core/tests/coretests/src/android/view/ImeInsetsSourceConsumerTest.java index a3eda8dfe8e06..f45db23ace76d 100644 --- a/core/tests/coretests/src/android/view/ImeInsetsSourceConsumerTest.java +++ b/core/tests/coretests/src/android/view/ImeInsetsSourceConsumerTest.java @@ -39,7 +39,6 @@ import android.view.WindowManager.LayoutParams; import android.widget.TextView; import androidx.test.ext.junit.runners.AndroidJUnit4; -import androidx.test.filters.FlakyTest; import androidx.test.platform.app.InstrumentationRegistry; import org.junit.Before; @@ -55,7 +54,6 @@ import org.mockito.Spy; * atest FrameworksCoreTests:ImeInsetsSourceConsumerTest */ @Presubmit -@FlakyTest(detail = "Promote once confirmed non-flaky") @RunWith(AndroidJUnit4.class) public class ImeInsetsSourceConsumerTest {