For #24377: Disables verifyRenameTopSite UI test

upstream-sync
Oana Horvath 2 years ago committed by Ryan VanderMeulen
parent 389cb91267
commit a2d93d99b2

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