From 7def333efa26f0555fe838a6c3c40eb504339d02 Mon Sep 17 00:00:00 2001 From: AndiAJ Date: Wed, 18 May 2022 10:54:48 +0300 Subject: [PATCH] Disable failing selectTabOnLongTapTest UI test --- app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt index f877b2bc2..1bc08847d 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt @@ -9,6 +9,7 @@ import androidx.test.uiautomator.UiDevice import okhttp3.mockwebserver.MockWebServer import org.junit.After import org.junit.Before +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.mozilla.fenix.helpers.AndroidAssetDispatcher @@ -209,6 +210,7 @@ class CollectionTest { // } // } + @Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24997") @Test fun selectTabOnLongTapTest() { val firstWebPage = getGenericAsset(mockWebServer, 1)