For #25726 and #25345 disable failing UI tests

pull/543/head
AndiAJ 2 years ago committed by mergify[bot]
parent 8753249769
commit fbb678f7da

@ -430,6 +430,7 @@ class SmokeTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/25345")
@Test
fun customTrackingProtectionSettingsTest() {
val genericWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

@ -161,6 +161,7 @@ class StrictEnhancedTrackingProtectionTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/25726")
@Test
fun testStrictVisitSheetDetails() {
val genericPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save