Skip to content

Commit cf91532

Browse files
committed
JUnit Testcase ignored due to missing SSL encrpyted SSL cluster
1 parent b75a6bf commit cf91532

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/io/github/delirius325/jmeter/backendlistener/elasticsearch/TestElasticSearchBackendHTTPsConnection.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
import org.elasticsearch.client.Node;
1010
import org.elasticsearch.client.RestClient;
1111
import org.junit.Before;
12+
import org.junit.Ignore;
1213
import org.junit.Test;
1314

15+
@Ignore("Running SSL protected elasticsearch needed")
1416
public class TestElasticSearchBackendHTTPsConnection {
1517
private static RestClient client;
1618

0 commit comments

Comments
 (0)