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

Bug 1833933 - Disable CBR UI tests for investigation

This commit is contained in:
Aaron Train 2023-05-18 15:58:03 -04:00 committed by mergify[bot]
parent 624d444b03
commit 670751f83d

View File

@ -1,6 +1,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
@ -16,6 +17,7 @@ class CookieBannerReductionTest {
val activityTestRule = HomeActivityIntentTestRule.withDefaultSettingsOverrides(skipOnboarding = true)
// Bug causing flakiness https://bugzilla.mozilla.org/show_bug.cgi?id=1807440
@Ignore("Failing, see https://bugzilla.mozilla.org/show_bug.cgi?id=1807440")
@SmokeTest
@Test
fun verifyCookieBannerReductionTest() {
@ -64,6 +66,7 @@ class CookieBannerReductionTest {
}
// Bug causing flakiness https://bugzilla.mozilla.org/show_bug.cgi?id=1807440
@Ignore("Failing, see https://bugzilla.mozilla.org/show_bug.cgi?id=1807440")
@SmokeTest
@Test
fun verifyCookieBannerReductionInPrivateBrowsingTest() {