Temp disable UI test verifyAboutFirefoxPreview (#7390)

fennec/nightly
Richard Pappalardo 4 years ago committed by GitHub
parent 9a693f6c11
commit a441f55d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,7 @@ import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.uiautomator.UiDevice
import okhttp3.mockwebserver.MockWebServer
import org.junit.Rule
import org.junit.Ignore
import org.junit.Before
import org.junit.After
import org.junit.Test
@ -70,6 +71,7 @@ class SettingsAboutTest {
}
@Test
@Ignore("Temp disable flakey test - see: https://github.com/mozilla-mobile/fenix/issues/7388")
fun verifyAboutFirefoxPreview() {
homeScreen {
}.openThreeDotMenu {

Loading…
Cancel
Save