From 76266c84c2b613b027fd29ac5a12916e28c8a5ad Mon Sep 17 00:00:00 2001 From: Oana Horvath Date: Fri, 19 Jun 2020 16:14:33 +0300 Subject: [PATCH] For #11642: disables UI test privateModeScreenItemsTest (#11768) --- app/src/androidTest/java/org/mozilla/fenix/ui/HomeScreenTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/HomeScreenTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/HomeScreenTest.kt index aa88bd4dd..9d87b2beb 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/HomeScreenTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/HomeScreenTest.kt @@ -11,6 +11,7 @@ import org.mozilla.fenix.helpers.HomeActivityTestRule import androidx.test.platform.app.InstrumentationRegistry import androidx.test.uiautomator.By import androidx.test.uiautomator.Until +import org.junit.Ignore import org.mozilla.fenix.helpers.ext.waitNotNull import org.mozilla.fenix.helpers.TestAssetHelper.waitingTime import org.mozilla.fenix.ui.robots.PRIVATE_SESSION_MESSAGE @@ -116,6 +117,7 @@ class HomeScreenTest { } } + @Ignore("Instrumentation crash: https://github.com/mozilla-mobile/fenix/issues/11642") @Test fun privateModeScreenItemsTest() { homeScreen { }.dismissOnboarding()