[fenix] Disable copyTextTest in SmokeTest.kt

See https://github.com/mozilla-mobile/fenix/issues/26884
pull/600/head
Aaron Train 2 years ago committed by mergify[bot]
parent b829659d96
commit 7d2e8a00ba

@ -912,6 +912,7 @@ class SmokeTest {
mDevice.pressBack()
}
@Ignore("Failing: https://github.com/mozilla-mobile/fenix/issues/26884")
@Test
fun copyTextTest() {
val genericURL = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save