1
0
Fork 0

Temp disable UI test verifyAboutFirefoxPreview (#7390)

master
Richard Pappalardo 2019-12-27 15:46:55 -08:00 committed by GitHub
parent 9a693f6c11
commit a441f55d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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