Skip to content

Commit

Permalink
Issue mozilla-mobile#22256: Ignore intermittent editCustomSearchEngin…
Browse files Browse the repository at this point in the history
…eTest
  • Loading branch information
csadilek committed Jan 17, 2022
1 parent 842bae2 commit d721b9e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ class SmokeTest {
android.Manifest.permission.READ_EXTERNAL_STORAGE
)

@Rule
@JvmField
val retryTestRule = RetryTestRule(3)
//@Rule
//@JvmField
//val retryTestRule = RetryTestRule(3)

@Before
fun setUp() {
Expand Down Expand Up @@ -521,6 +521,7 @@ class SmokeTest {

@Test
// Verifies setting as default a customized search engine name and URL
@Ignore("Failing intermittently https://github.com/mozilla-mobile/fenix/issues/22256")
fun editCustomSearchEngineTest() {
val searchEngine = object {
var title = "Elefant"
Expand Down

0 comments on commit d721b9e

Please sign in to comment.