mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
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:
parent
04d139723c
commit
7d21deec06
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user