From d81250242d116c7201f3a9d10acafc65b7567bd7 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 8 Jun 2022 13:08:41 +0200 Subject: test(ssl): ignore SSL Client-Authentication test with prod. endpoint --- .../at/gv/egiz/eaaf/core/test/http/HttpClientFactoryProdHostTest.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eaaf_core_utils') diff --git a/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/http/HttpClientFactoryProdHostTest.java b/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/http/HttpClientFactoryProdHostTest.java index 73a14c45..3d7ede90 100644 --- a/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/http/HttpClientFactoryProdHostTest.java +++ b/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/http/HttpClientFactoryProdHostTest.java @@ -21,6 +21,7 @@ import org.bouncycastle.jsse.provider.BouncyCastleJsseProvider; import org.junit.Assert; import org.junit.Before; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.slf4j.LoggerFactory; @@ -40,6 +41,7 @@ import ch.qos.logback.classic.Logger; @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration("/spring/test_eaaf_pvp_not_lazy.beans.xml") @DirtiesContext(classMode = ClassMode.BEFORE_CLASS) +@Ignore public class HttpClientFactoryProdHostTest { @Autowired private IHttpClientFactory httpClientFactory; -- cgit v1.2.3