For #10915: Disabled failing UI tests in SettingsPrivacyTest

fennec/production
Jonathan Almeida 4 years ago committed by Jonathan Almeida
parent 8ced7fcbe3
commit aa0b8f65b1

@ -255,6 +255,7 @@ class SettingsPrivacyTest {
}
@Test
@Ignore("See: https://github.com/mozilla-mobile/fenix/issues/10915")
fun openExternalLinksInPrivateTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
@ -278,6 +279,7 @@ class SettingsPrivacyTest {
}
@Test
@Ignore("See: https://github.com/mozilla-mobile/fenix/issues/10915")
fun launchPageShortcutInPrivateModeTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save