From d3032bdc82ede1c87b20417adc9e650bbd3c610f Mon Sep 17 00:00:00 2001 From: "oana.horvath" Date: Mon, 26 Feb 2024 12:54:14 +0200 Subject: [PATCH] Bug 1882035 - Disable non-sponsored suggestions UI tests in FirefoxSuggestTest (cherry picked from commit e7ec19745b69e4ed606e6c4590f3d8eb7a1c37ce) --- .../java/org/mozilla/fenix/ui/FirefoxSuggestTest.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/FirefoxSuggestTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/FirefoxSuggestTest.kt index 1f8b929fc5..ae384d0632 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/FirefoxSuggestTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/FirefoxSuggestTest.kt @@ -5,6 +5,7 @@ package org.mozilla.fenix.ui import androidx.compose.ui.test.junit4.AndroidComposeTestRule +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.mozilla.fenix.customannotations.SmokeTest @@ -192,6 +193,7 @@ class FirefoxSuggestTest { // TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2348374 // Known bug that might affect this UI test: https://bugzilla.mozilla.org/show_bug.cgi?id=1813587 + @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1882035") @SmokeTest @Test fun verifyFirefoxSuggestNonSponsoredSearchResultsTest() { @@ -219,6 +221,7 @@ class FirefoxSuggestTest { // TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2348375 // Known bug that might affect this UI test: https://bugzilla.mozilla.org/show_bug.cgi?id=1813587 + @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1882035") @Test fun verifyFirefoxSuggestNonSponsoredSearchResultsWithPartialKeywordTest() { runWithCondition(TestHelper.appContext.settings().enableFxSuggest) { @@ -239,6 +242,7 @@ class FirefoxSuggestTest { // TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2348376 // Known bug that might affect this UI test: https://bugzilla.mozilla.org/show_bug.cgi?id=1813587 + @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1882035") @Test fun openFirefoxSuggestNonSponsoredSearchResultsTest() { runWithCondition(TestHelper.appContext.settings().enableFxSuggest) {