From 9ee537b2c5dac69bcc6a5b3cec6648fc6b87bc07 Mon Sep 17 00:00:00 2001 From: Stefan Hauffe <stefan.hauffe@mgm-tp.com> Date: Wed, 18 Dec 2024 17:22:09 +0100 Subject: [PATCH] OZG-7324: Disable unit-test --- .../de/ozgcloud/fachstelle/security/Saml2DecrypterTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fachstelle-server/src/test/java/de/ozgcloud/fachstelle/security/Saml2DecrypterTest.java b/fachstelle-server/src/test/java/de/ozgcloud/fachstelle/security/Saml2DecrypterTest.java index 2d80e00..f184cab 100644 --- a/fachstelle-server/src/test/java/de/ozgcloud/fachstelle/security/Saml2DecrypterTest.java +++ b/fachstelle-server/src/test/java/de/ozgcloud/fachstelle/security/Saml2DecrypterTest.java @@ -36,6 +36,7 @@ import java.util.List; import org.apache.commons.io.FileUtils; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; @@ -57,6 +58,7 @@ import org.opensaml.xmlsec.encryption.support.DecryptionException; import org.springframework.core.io.ClassPathResource; @ExtendWith(MockitoExtension.class) +@Disabled("need to refactor: The keyfile mujina-test.key is empty") class Saml2DecrypterTest { private Saml2Decrypter saml2Decrypter; -- GitLab