For #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 9ca3179ab0
commit f6f52972fe
1 changed files with 2 additions and 0 deletions

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() {