From e232089434cd0c7c1c46f9664ff71d494fb3f49d Mon Sep 17 00:00:00 2001 From: Thomas Richner Date: Tue, 30 Apr 2024 20:38:08 +0200 Subject: [PATCH] EPA-111: Disable half-baked tests --- .../com/oviva/ehealthid/relyingparty/util/TlsContextTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ehealthid-rp/src/test/java/com/oviva/ehealthid/relyingparty/util/TlsContextTest.java b/ehealthid-rp/src/test/java/com/oviva/ehealthid/relyingparty/util/TlsContextTest.java index 000dcb5..fdc597b 100644 --- a/ehealthid-rp/src/test/java/com/oviva/ehealthid/relyingparty/util/TlsContextTest.java +++ b/ehealthid-rp/src/test/java/com/oviva/ehealthid/relyingparty/util/TlsContextTest.java @@ -26,8 +26,10 @@ import javax.net.ssl.SSLEngine; import javax.net.ssl.X509ExtendedTrustManager; import org.bouncycastle.operator.OperatorCreationException; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; +@Disabled("TODO") class TlsContextTest { @Test