summaryrefslogtreecommitdiff
path: root/eaaf_core_utils
diff options
context:
space:
mode:
authorThomas <>2022-06-08 13:08:41 +0200
committerThomas <>2022-06-08 13:08:41 +0200
commitd81250242d116c7201f3a9d10acafc65b7567bd7 (patch)
tree13fba4f8dcd5017492033c48c5eb90e5add393bb /eaaf_core_utils
parent802e18a229be17349fac8e766837ddce15a646eb (diff)
downloadEAAF-Components-d81250242d116c7201f3a9d10acafc65b7567bd7.tar.gz
EAAF-Components-d81250242d116c7201f3a9d10acafc65b7567bd7.tar.bz2
EAAF-Components-d81250242d116c7201f3a9d10acafc65b7567bd7.zip
test(ssl): ignore SSL Client-Authentication test with prod. endpoint
Diffstat (limited to 'eaaf_core_utils')
-rw-r--r--eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/http/HttpClientFactoryProdHostTest.java2
1 files changed, 2 insertions, 0 deletions
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;