2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/28212 disable failing emailLinkPWATest UI test

This commit is contained in:
AndiAJ 2022-12-21 14:29:17 +02:00 committed by mergify[bot]
parent 0e71a1570b
commit 80bda8b7ba

View File

@ -1,6 +1,7 @@
package org.mozilla.fenix.ui
import androidx.core.net.toUri
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.customannotations.SmokeTest
@ -45,6 +46,7 @@ class PwaTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/28212")
@SmokeTest
@Test
fun emailLinkPWATest() {