diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/EnhancedTrackingProtectionTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/EnhancedTrackingProtectionTest.kt index df0514044..175f7c6c4 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/EnhancedTrackingProtectionTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/EnhancedTrackingProtectionTest.kt @@ -8,6 +8,7 @@ import androidx.test.platform.app.InstrumentationRegistry 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.helpers.AndroidAssetDispatcher @@ -73,6 +74,7 @@ class EnhancedTrackingProtectionTest { } } + @Ignore("Disabled for investigation into failure - https://github.com/mozilla-mobile/fenix/issues/7907") @Test fun testStrictVisitContentNotification() { val trackingProtectionTest = @@ -86,6 +88,7 @@ class EnhancedTrackingProtectionTest { }.closeNotificationPopup {} } + @Ignore("Disabled for investigation into failure - https://github.com/mozilla-mobile/fenix/issues/7907") @Test fun testStrictVisitContentShield() { val trackingProtectionTest = @@ -103,6 +106,7 @@ class EnhancedTrackingProtectionTest { } } + @Ignore("Disabled for investigation into failure - https://github.com/mozilla-mobile/fenix/issues/7907") @Test fun testStrictVisitProtectionSheet() { val trackingProtectionTest = @@ -122,6 +126,7 @@ class EnhancedTrackingProtectionTest { } } + @Ignore("Disabled for investigation into failure - https://github.com/mozilla-mobile/fenix/issues/7907") @Test fun testStrictVisitDisable() { val trackingProtectionTest = @@ -150,6 +155,7 @@ class EnhancedTrackingProtectionTest { } } + @Ignore("Disabled for investigation into failure - https://github.com/mozilla-mobile/fenix/issues/7907") @Test fun testStrictVisitDisableExceptionToggle() { val trackingProtectionTest = @@ -182,6 +188,7 @@ class EnhancedTrackingProtectionTest { } } + @Ignore("Disabled for investigation into failure - https://github.com/mozilla-mobile/fenix/issues/7907") @Test fun testStrictVisitSheetDetails() { val trackingProtectionTest =