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
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user