Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #21540, #21620: disables failing UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Oana Horvath committed Oct 1, 2021
1 parent 5265011 commit 2ef946c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ class SmokeTest {
}
}

@Ignore("Started failing: https://github.com/mozilla-mobile/fenix/issues/21540")
@Test
// Verifies setting as default a customized search engine name and URL
fun editCustomSearchEngineTest() {
Expand Down Expand Up @@ -575,6 +576,7 @@ class SmokeTest {
}
}

@Ignore("Strated failing on Nighlty task: https://github.com/mozilla-mobile/fenix/issues/21620")
@Test
// Test running on beta/release builds in CI:
// caution when making changes to it, so they don't block the builds
Expand Down

0 comments on commit 2ef946c

Please sign in to comment.