Skip to content

Commit

Permalink
No issue: Disable ETP permanent UI test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMT authored and rvandermeulen committed Oct 6, 2022
1 parent 30b8de0 commit fb80d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ class SmokeTest {
}
}

@Ignore("Permanent failure: https://github.com/mozilla-mobile/fenix/issues/27312")
@Test
fun customTrackingProtectionSettingsTest() {
val genericWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package org.mozilla.fenix.ui
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 @@ -160,6 +161,7 @@ class StrictEnhancedTrackingProtectionTest {
}
}

@Ignore("Permanent failure: https://github.com/mozilla-mobile/fenix/issues/27312")
@Test
fun testStrictVisitSheetDetails() {
val genericPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
Expand Down

0 comments on commit fb80d2e

Please sign in to comment.