Disables failing tests: selectAndSearchTextTest, recentBookmarksOptionTest

upstream-sync
Oana Horvath 2 years ago committed by Ryan VanderMeulen
parent db58337361
commit d14a52671b

@ -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
@ -237,6 +238,7 @@ class ContextMenusTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24457")
@SmokeTest
@Test
fun selectAndSearchTextTest() {

@ -7,6 +7,7 @@ package org.mozilla.fenix.ui
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
@ -64,6 +65,7 @@ class SettingsHomepageTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24384")
@SmokeTest
@Test
fun recentBookmarksOptionTest() {

Loading…
Cancel
Save