mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
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:
parent
0a9332d5d1
commit
1e24052171
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user