Bug 1878838 - Disable verifyCFRAfterBlockingTheCookieBanner UI test r=aaronmt DONTBUILD

Taking the test offline to investigate recent failures, if there's a problem or if we need to change the test website.

Differential Revision: https://phabricator.services.mozilla.com/D224336
This commit is contained in:
oana.horvath 2024-10-02 14:57:19 +00:00
parent 0a9332d5d1
commit 1e24052171

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
@ -40,6 +41,7 @@ class CookieBannerBlockerTest : TestSetup() {
}
// TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2419273
@Ignore("Failing frequently, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1878838")
@SmokeTest
@Test
fun verifyCFRAfterBlockingTheCookieBanner() {