No issue: Additional UI test disabling on API30 (Firebase) (#24979)

This commit is contained in:
Aaron Train 2022-04-27 16:20:20 -04:00 committed by GitHub
parent 3a2d37b5c2
commit dbfd6e7d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.uiautomator.UiDevice
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.customannotations.SmokeTest
@ -111,6 +112,7 @@ class DownloadTest {
}
}
@Ignore("Intermittent: https://github.com/mozilla-mobile/fenix/issues/23434")
@SmokeTest
@Test
fun pauseResumeCancelDownloadTest() {

View File

@ -7,6 +7,7 @@ package org.mozilla.fenix.ui
import androidx.core.net.toUri
import androidx.test.platform.app.InstrumentationRegistry
import org.junit.After
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.R
@ -87,6 +88,7 @@ class NoNetworkAccessStartupTests {
}.refreshPage { }
}
@Ignore("Failing with frequent ANR: https://bugzilla.mozilla.org/show_bug.cgi?id=1764605")
@Test
fun testSignInPageWithNoNetworkConnection() {
setNetworkEnabled(false)

View File

@ -361,6 +361,7 @@ class SettingsPrivacyTest {
}
}
@Ignore("Intermittent: https://github.com/mozilla-mobile/fenix/issues/22188")
@Test
fun launchPageShortcutInPrivateModeTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)