Skip to content

Commit 4fc2981

Browse files
author
Mark
committed
deactivate ssl test
1 parent 2ae1b1c commit 4fc2981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/arangodb/example/ssl/SslExample.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import javax.net.ssl.SSLContext;
3131
import javax.net.ssl.TrustManagerFactory;
3232

33+
import org.junit.Ignore;
3334
import org.junit.Test;
3435

3536
import com.arangodb.ArangoDBAsync;
@@ -54,6 +55,7 @@ public class SslExample {
5455
private static final String SSL_TRUSTSTORE_PASSWORD = "12345678";
5556

5657
@Test
58+
@Ignore
5759
public void connect() throws Exception {
5860
final KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType());
5961
ks.load(this.getClass().getResourceAsStream(SSL_TRUSTSTORE), SSL_TRUSTSTORE_PASSWORD.toCharArray());

0 commit comments

Comments
 (0)