2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

Bug 1852803 - Disable verifyCookieBannerReductionTest

This commit is contained in:
Jackie Johnson 2023-09-12 12:24:30 -05:00 committed by mergify[bot]
parent b6561d54e1
commit 3cb3570458

View File

@ -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() {