2
0
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:
oana.horvath 2023-04-18 17:28:26 +03:00 committed by mergify[bot]
parent cbf1bf286e
commit f560701bd0

View File

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