mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Bug 1828663 - Disables failing selectAllAndCopyPDFTextTest
This commit is contained in:
parent
cbf1bf286e
commit
f560701bd0
@ -6,6 +6,7 @@ import androidx.test.uiautomator.UiDevice
|
||||
import okhttp3.mockwebserver.MockWebServer
|
||||
import org.junit.After
|
||||
import org.junit.Before
|
||||
import org.junit.Ignore
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
import org.mozilla.fenix.customannotations.SmokeTest
|
||||
@ -134,6 +135,7 @@ class TextSelectionTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore("Failing, see https://bugzilla.mozilla.org/show_bug.cgi?id=1828663")
|
||||
@SmokeTest
|
||||
@Test
|
||||
fun selectAllAndCopyPDFTextTest() {
|
||||
|
Loading…
Reference in New Issue
Block a user