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:
parent
0e71a1570b
commit
80bda8b7ba
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user