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 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
@ -124,6 +125,7 @@ class DeepLinkTest {
}
}
@Ignore("Crashing, see: https://github.com/mozilla-mobile/fenix/issues/11239")
@Test
fun openSettingsSearchEngine() {
robot.openSettingsSearchEngine {

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

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

@ -60,6 +60,7 @@ class SettingsBasicsTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/12968")
@Test
// Walks through settings menu and sub-menus to ensure all items are present
fun settingsMenuBasicsItemsTests() {
@ -90,6 +91,7 @@ class SettingsBasicsTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/12968")
@Test
fun selectNewDefaultSearchEngine() {
// 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 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
@ -216,6 +217,7 @@ class SmokeTest {
}
}
@Ignore("Flaky test: https://github.com/mozilla-mobile/fenix/issues/12899")
@Test
fun verifyETPToolbarShieldIconIsNotDisplayedIfETPIsOFFGloballyTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save