For #14524: Disable ETP tests failing on AC 58 update

pull/72/head
Oana Horvath 4 years ago
parent 33fc520468
commit bf9f6794e9

@ -8,6 +8,7 @@ import androidx.test.platform.app.InstrumentationRegistry
import okhttp3.mockwebserver.MockWebServer import okhttp3.mockwebserver.MockWebServer
import org.junit.After import org.junit.After
import org.junit.Before import org.junit.Before
import org.junit.Ignore
import org.junit.Rule import org.junit.Rule
import org.junit.Test import org.junit.Test
import org.mozilla.fenix.ext.settings import org.mozilla.fenix.ext.settings
@ -76,6 +77,7 @@ class StrictEnhancedTrackingProtectionTest {
} }
} }
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test @Test
fun testStrictVisitContentNotification() { fun testStrictVisitContentNotification() {
val trackingProtectionTest = val trackingProtectionTest =
@ -89,6 +91,7 @@ class StrictEnhancedTrackingProtectionTest {
}.closeNotificationPopup {} }.closeNotificationPopup {}
} }
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test @Test
fun testStrictVisitContentShield() { fun testStrictVisitContentShield() {
val trackingProtectionTest = val trackingProtectionTest =
@ -106,6 +109,7 @@ class StrictEnhancedTrackingProtectionTest {
} }
} }
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test @Test
fun testStrictVisitProtectionSheet() { fun testStrictVisitProtectionSheet() {
val trackingProtectionTest = val trackingProtectionTest =
@ -125,6 +129,7 @@ class StrictEnhancedTrackingProtectionTest {
} }
} }
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test @Test
fun testStrictVisitDisable() { fun testStrictVisitDisable() {
val trackingProtectionTest = val trackingProtectionTest =
@ -156,6 +161,7 @@ class StrictEnhancedTrackingProtectionTest {
} }
} }
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test @Test
fun testStrictVisitDisableExceptionToggle() { fun testStrictVisitDisableExceptionToggle() {
val trackingProtectionTest = val trackingProtectionTest =
@ -188,6 +194,7 @@ class StrictEnhancedTrackingProtectionTest {
} }
} }
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test @Test
fun testStrictVisitSheetDetails() { fun testStrictVisitSheetDetails() {
val trackingProtectionTest = val trackingProtectionTest =

Loading…
Cancel
Save