From 0fa0a848878eefce6204469b4bba19f17499a94b Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Fri, 24 Jan 2020 15:04:37 -0500 Subject: [PATCH] Closes #7920 - Disable ETP UI test for investigation into failure in #7907 --- .../org/mozilla/fenix/ui/EnhancedTrackingProtectionTest.kt | 7 +++++++ 1 file changed, 7 insertions(+) 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 =