1
0
Fork 0

Closes #7920 - Disable ETP UI test for investigation into failure in #7907

master
Aaron Train 2020-01-24 15:04:37 -05:00 committed by Emily Kager
parent 2e6ffece0c
commit 0fa0a84887
1 changed files with 7 additions and 0 deletions

View File

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