Skip to content

Commit

Permalink
Disable intermittent tests mozilla-mobile#20754.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amejia481 committed May 6, 2022
1 parent b22a34d commit 94b9342
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 94b9342

Please sign in to comment.