mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
parent
7bbee763a6
commit
7b3574d95a
@ -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…
Reference in New Issue
Block a user