2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-02 03:40:16 +00:00

Disable intermittent tests #24843 and #23816

This commit is contained in:
Arturo Mejia 2022-05-05 09:46:34 -04:00 committed by mergify[bot]
parent 7bbee763a6
commit 7b3574d95a
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

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