Bug 1843046: Ignored a android kt private notification test.r=geckoview-reviewers,owlish

Depends on D184064

Differential Revision: https://phabricator.services.mozilla.com/D185818
This commit is contained in:
Harveer Singh 2023-08-14 14:06:05 +00:00
parent 04d139723c
commit 7d21deec06

View File

@ -7,6 +7,7 @@ import org.hamcrest.Matchers.* // ktlint-disable no-wildcard-imports
import org.junit.Assert.assertNotNull
import org.junit.Assert.assertTrue
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.mozilla.geckoview.GeckoResult
@ -195,6 +196,8 @@ class WebNotificationTest : BaseSessionTest() {
value = "true",
),
)
@Ignore // Bug 1843046 - Disabled because private notifications are temporarily disabled.
@Test
fun clickPrivateNotificationParceled() {
sessionRule.setPrefsUntilTestEnd(mapOf("dom.webnotifications.vibrate.enabled" to true))