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

Commit 41a1d8cb authored by Robin Lee's avatar Robin Lee Committed by Automerger Merge Worker
Browse files

Merge "Promote ImeInsetsSourceConsumerTest from FlakyTest" into udc-dev am:...

Merge "Promote ImeInsetsSourceConsumerTest from FlakyTest" into udc-dev am: 4d3e7e6d am: 1d5e1168

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22871498



Change-Id: I0368710194e1f57016cbb9d55af387e00cb9b5b7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 27a9d311 1d5e1168
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 {