For #18644 - Temporarily disabling UI tests that fail on Firebase.

This is a quick solution to resume PR merges.
Investigations and a proper fix is to follow on this same ticket.
upstream-sync
Mugurell 3 years ago
parent 869c99afaa
commit 060b986f1c

@ -10,6 +10,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
@ -73,6 +74,7 @@ class DownloadTest {
}.closePrompt {}
}
@Ignore("Temporary disabled. See https://github.com/mozilla-mobile/fenix/issues/18644")
@Test
fun testDownloadNotification() {
val defaultWebPage = TestAssetHelper.getDownloadAsset(mockWebServer)

@ -164,6 +164,7 @@ class SmokeTest {
}
}
@Ignore("Temporary disabled. See https://github.com/mozilla-mobile/fenix/issues/18644")
@Test
/* Verifies the nav bar:
- opening a web page
@ -887,6 +888,7 @@ class SmokeTest {
}
}
@Ignore("Temporary disabled. See https://github.com/mozilla-mobile/fenix/issues/18644")
@Test
fun verifyExpandedCollectionItemsTest() {
val webPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

@ -190,6 +190,7 @@ class StrictEnhancedTrackingProtectionTest {
}
}
@Ignore("Temporary disabled. See https://github.com/mozilla-mobile/fenix/issues/18644")
@Test
fun testStrictVisitSheetDetails() {
val trackingProtectionTest =

@ -10,6 +10,7 @@ import com.google.android.material.bottomsheet.BottomSheetBehavior
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
@ -102,6 +103,7 @@ class TabbedBrowsingTest {
}
}
@Ignore("Temporary disabled. See https://github.com/mozilla-mobile/fenix/issues/18644")
@Test
fun closeAllTabsTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
@ -218,6 +220,7 @@ class TabbedBrowsingTest {
}
}
@Ignore("Temporary disabled. See https://github.com/mozilla-mobile/fenix/issues/18644")
@Test
fun closePrivateTabsNotificationTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save