Bug 1852803 - Disable verifyCookieBannerReductionTest

(cherry picked from commit 960ca233ced65d69bc97f24750743c98001094f8)
fenix/118.0
Jackie Johnson 9 months ago committed by mergify[bot]
parent 127646004d
commit 56eb8b21ae

@ -5,6 +5,7 @@
package org.mozilla.fenix.ui
import androidx.core.net.toUri
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.customannotations.SmokeTest
@ -20,6 +21,7 @@ class CookieBannerReductionTest {
val activityTestRule = HomeActivityIntentTestRule.withDefaultSettingsOverrides(skipOnboarding = true)
// Bug causing flakiness https://bugzilla.mozilla.org/show_bug.cgi?id=1807440
@Ignore("Disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1852803")
@SmokeTest
@Test
fun verifyCookieBannerReductionTest() {

Loading…
Cancel
Save