Bug 1852803 - Disable verifyCookieBannerReductionTest

fenix/119.0
Jackie Johnson 1 year ago committed by mergify[bot]
parent b6561d54e1
commit 3cb3570458

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