For: #12894, #12899, #12968, #11239, disables failing UI tests

releases/v80.0.0
Oana Horvath 4 years ago
parent 1cbc4eec52
commit 808584b75f

@ -9,6 +9,7 @@ import androidx.test.uiautomator.UiDevice
import okhttp3.mockwebserver.MockWebServer import okhttp3.mockwebserver.MockWebServer
import org.junit.After import org.junit.After
import org.junit.Before import org.junit.Before
import org.junit.Ignore
import org.junit.Rule import org.junit.Rule
import org.junit.Test import org.junit.Test
import org.mozilla.fenix.helpers.AndroidAssetDispatcher import org.mozilla.fenix.helpers.AndroidAssetDispatcher
@ -124,6 +125,7 @@ class DeepLinkTest {
} }
} }
@Ignore("Crashing, see: https://github.com/mozilla-mobile/fenix/issues/11239")
@Test @Test
fun openSettingsSearchEngine() { fun openSettingsSearchEngine() {
robot.openSettingsSearchEngine { robot.openSettingsSearchEngine {

@ -66,6 +66,7 @@ class NavigationToolbarTest {
} }
} }
@Ignore("Flaky test: https://github.com/mozilla-mobile/fenix/issues/12894")
@Test @Test
fun goForwardTest() { fun goForwardTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1) val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

@ -66,6 +66,7 @@ class SearchTest {
} }
} }
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/12968")
@Test @Test
fun shortcutSearchEngineSettingsTest() { fun shortcutSearchEngineSettingsTest() {
homeScreen { homeScreen {

@ -60,6 +60,7 @@ class SettingsBasicsTest {
} }
} }
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/12968")
@Test @Test
// Walks through settings menu and sub-menus to ensure all items are present // Walks through settings menu and sub-menus to ensure all items are present
fun settingsMenuBasicsItemsTests() { fun settingsMenuBasicsItemsTests() {
@ -90,6 +91,7 @@ class SettingsBasicsTest {
} }
} }
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/12968")
@Test @Test
fun selectNewDefaultSearchEngine() { fun selectNewDefaultSearchEngine() {
// Goes through the settings and changes the default search engine, then verifies it has changed. // Goes through the settings and changes the default search engine, then verifies it has changed.

@ -10,6 +10,7 @@ import androidx.test.uiautomator.UiDevice
import okhttp3.mockwebserver.MockWebServer import okhttp3.mockwebserver.MockWebServer
import org.junit.After import org.junit.After
import org.junit.Before import org.junit.Before
import org.junit.Ignore
import org.junit.Rule import org.junit.Rule
import org.junit.Test import org.junit.Test
import org.mozilla.fenix.helpers.AndroidAssetDispatcher import org.mozilla.fenix.helpers.AndroidAssetDispatcher
@ -216,6 +217,7 @@ class SmokeTest {
} }
} }
@Ignore("Flaky test: https://github.com/mozilla-mobile/fenix/issues/12899")
@Test @Test
fun verifyETPToolbarShieldIconIsNotDisplayedIfETPIsOFFGloballyTest() { fun verifyETPToolbarShieldIconIsNotDisplayedIfETPIsOFFGloballyTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1) val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save