Bug 1882035 - Disable non-sponsored suggestions UI tests in FirefoxSuggestTest

(cherry picked from commit e7ec19745b69e4ed606e6c4590f3d8eb7a1c37ce)
fenix/123.1.0
oana.horvath 2 months ago committed by mergify[bot]
parent 02782e4fdd
commit 1bc79adfab

@ -192,6 +192,7 @@ class FirefoxSuggestTest {
}
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2348374
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1882035")
@SmokeTest
@Test
fun verifyFirefoxSuggestNonSponsoredSearchResultsTest() {
@ -218,6 +219,7 @@ class FirefoxSuggestTest {
}
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2348375
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1882035")
@Test
fun verifyFirefoxSuggestNonSponsoredSearchResultsWithPartialKeywordTest() {
runWithCondition(TestHelper.appContext.settings().enableFxSuggest) {
@ -237,6 +239,7 @@ class FirefoxSuggestTest {
}
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2348376
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1882035")
@Test
fun openFirefoxSuggestNonSponsoredSearchResultsTest() {
runWithCondition(TestHelper.appContext.settings().enableFxSuggest) {

Loading…
Cancel
Save