Disable intermittent tests #20754.

(cherry picked from commit 94b934290d)
This commit is contained in:
Arturo Mejia 2022-05-05 10:25:01 -04:00
parent aa38ae9407
commit ad5b3b9d56
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import androidx.test.uiautomator.UiSelector
import okhttp3.mockwebserver.MockWebServer
import org.junit.Rule
import org.junit.Before
import org.junit.Ignore
import org.junit.After
import org.junit.Test
import org.mozilla.fenix.ext.settings
@ -74,6 +75,7 @@ class SettingsAboutTest {
}
}
@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/20754")
@Test
fun verifyAboutFirefoxPreview() {
val settings = activityIntentTestRule.activity.settings()