From 243a456c1b7debc62865345e3ad10c9863af09bd Mon Sep 17 00:00:00 2001 From: Christian Sadilek Date: Thu, 28 Oct 2021 16:51:23 -0400 Subject: [PATCH] [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/21332: Ignore intermittently failing WebPushEngineIntegrationTest --- .../java/org/mozilla/fenix/push/WebPushEngineIntegrationTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/test/java/org/mozilla/fenix/push/WebPushEngineIntegrationTest.kt b/app/src/test/java/org/mozilla/fenix/push/WebPushEngineIntegrationTest.kt index 90abdc32aa..5895d13bd7 100644 --- a/app/src/test/java/org/mozilla/fenix/push/WebPushEngineIntegrationTest.kt +++ b/app/src/test/java/org/mozilla/fenix/push/WebPushEngineIntegrationTest.kt @@ -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