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

Commit

Permalink
Disable flaky tests: settingsAddonsItemsTest, verifyAboutFirefoxPrevi…
Browse files Browse the repository at this point in the history
…ew (#13286)

* fix: disable intermittent failing UI tests

* fix: add dependency
  • Loading branch information
rpappalax committed Aug 5, 2020
1 parent ce8533d commit 0e0183a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import okhttp3.mockwebserver.MockWebServer
import org.junit.Rule
import org.junit.Before
import org.junit.After
import org.junit.Ignore
import org.junit.Test
import org.mozilla.fenix.helpers.AndroidAssetDispatcher
import org.mozilla.fenix.helpers.HomeActivityIntentTestRule
Expand Down Expand Up @@ -68,7 +69,7 @@ class SettingsAboutTest {
}

}

@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/13219")
@Test
fun verifyAboutFirefoxPreview() {
homeScreen {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class SettingsAddonsTest {
}

// Walks through settings add-ons menu to ensure all items are present
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/13218")
@Test
fun settingsAddonsItemsTest() {
homeScreen {
Expand Down

0 comments on commit 0e0183a

Please sign in to comment.