mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/21332: Ignore intermittently failing WebPushEngineIntegrationTest
This commit is contained in:
parent
dc552d78c6
commit
243a456c1b
@ -32,6 +32,7 @@ import org.junit.Assert.assertNotNull
|
||||
import org.junit.Assert.assertNull
|
||||
import org.junit.Assert.assertTrue
|
||||
import org.junit.Before
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
|
||||
class WebPushEngineIntegrationTest {
|
||||
@ -88,6 +89,7 @@ class WebPushEngineIntegrationTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Intermittent failing test on JDK11: https://github.com/mockk/mockk/issues/598")
|
||||
fun `delegate calls getSubscription`() {
|
||||
integration.start()
|
||||
var subscribeFn: ((AutoPushSubscription?) -> Unit)? = null
|
||||
|
Loading…
Reference in New Issue
Block a user