Disable failing UI Tests

upstream-sync
AndiAJ 3 years ago committed by Mugurell
parent 6f17e329c4
commit e03ffff3b8

@ -66,6 +66,7 @@ class NavigationToolbarTest {
}
}
@Ignore("Test failures: https://github.com/mozilla-mobile/fenix/issues/18720")
@Test
fun goForwardTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
@ -94,6 +95,7 @@ class NavigationToolbarTest {
}
}
@Ignore("Test failures: https://github.com/mozilla-mobile/fenix/issues/18720")
@Test
fun refreshPageTest() {
val refreshWebPage = TestAssetHelper.getRefreshAsset(mockWebServer)

@ -6,6 +6,7 @@ package org.mozilla.fenix.ui
import androidx.core.net.toUri
import org.junit.After
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.R
@ -65,6 +66,7 @@ class NoNetworkAccessStartupTests {
}
}
@Ignore("Test failures: https://github.com/mozilla-mobile/fenix/issues/18720")
@Test
fun testPageReloadAfterNetworkInterrupted() {
val url = "example.com"

@ -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
@ -43,6 +44,7 @@ class ShareButtonTest {
mockWebServer.shutdown()
}
@Ignore("Test failures: https://github.com/mozilla-mobile/fenix/issues/18720")
@Test
fun ShareButtonAppearanceTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

@ -328,6 +328,7 @@ class SmokeTest {
}
}
@Ignore("Test failures: https://github.com/mozilla-mobile/fenix/issues/18720")
@Test
// Verifies the Share button in a tab's 3 dot menu
fun mainMenuShareButtonTest() {
@ -341,6 +342,7 @@ class SmokeTest {
}
}
@Ignore("Test failures: https://github.com/mozilla-mobile/fenix/issues/18720")
@Test
// Verifies the refresh button in a tab's 3 dot menu
fun mainMenuRefreshButtonTest() {

Loading…
Cancel
Save