[fenix] For https://github.com/mozilla-mobile/fenix/issues/24377: Disables verifyRenameTopSite UI test

pull/600/head
Oana Horvath 3 years ago committed by Ryan VanderMeulen
parent 8ddce34520
commit 6aa4b3d594

@ -9,6 +9,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
@ -121,6 +122,7 @@ class TopSitesTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24377")
@Test
fun verifyRenameTopSite() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save