No issue: Disable ETP permanent UI test failures

This commit is contained in:
Aaron Train 2022-10-06 13:40:04 -04:00 committed by Ryan VanderMeulen
parent 30b8de0dce
commit fb80d2ee8c
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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
@ -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)