Disable copyTextTest in SmokeTest.kt

See https://github.com/mozilla-mobile/fenix/issues/26884
This commit is contained in:
Aaron Train 2022-09-14 21:34:49 -04:00 committed by mergify[bot]
parent 9f0f052cab
commit 51c314e262
1 changed files with 1 additions and 0 deletions

View File

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