Arturo Mejia 2 years ago committed by mergify[bot]
parent f09f6bf618
commit d1247e2c34

@ -9,6 +9,7 @@ import androidx.test.espresso.IdlingRegistry
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.R
@ -103,6 +104,7 @@ class SettingsAddonsTest {
}
// Installs an addon, then uninstalls it
@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/24843")
@Test
fun verifyAddonsCanBeUninstalled() {
val addonName = "uBlock Origin"

@ -301,6 +301,7 @@ class SettingsPrivacyTest {
}
}
@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/23816")
@SmokeTest
@Test
fun verifyMultipleLoginsSelectionsTest() {

Loading…
Cancel
Save