Skip to content

Commit

Permalink
For mozilla-mobile#25551 and mozilla-mobile#25355 disable failing UI …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
AndiAJ committed Jun 21, 2022
1 parent e679f16 commit c90522a
Show file tree
Hide file tree
Showing 2 changed files with 4 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.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.ext.settings
Expand Down Expand Up @@ -79,6 +80,7 @@ class SettingsAboutTest {
}
}

@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/25355")
@Test
fun verifyAboutFirefoxPreview() {
val settings = activityIntentTestRule.activity.settings()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import androidx.test.uiautomator.UiDevice
import okhttp3.mockwebserver.MockWebServer
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.customannotations.SmokeTest
Expand Down Expand Up @@ -74,6 +75,7 @@ class SettingsAdvancedTest {
}
}

@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/25551")
@SmokeTest
@Test
// Assumes Play Store is installed and enabled
Expand Down

0 comments on commit c90522a

Please sign in to comment.