Skip to content

Commit 2765380

Browse files
committed
Disable Apache Geode SslConfigurationIntegrationTests.
1 parent 19f73d9 commit 2765380

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SslConfigurationIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import java.lang.reflect.Method;
2121
import java.util.Optional;
2222

23+
import org.junit.Ignore;
2324
import org.junit.Test;
2425

2526
import org.apache.geode.internal.net.SSLConfigurationFactory;
@@ -52,6 +53,7 @@ private SSLConfigurationFactory getInstance() {
5253
}
5354

5455
@Test
56+
@Ignore
5557
public void getInstanceReturnsSameReferenceBeforeCloseThenReturnsDifferentReferenceAfterClose() {
5658

5759
SSLConfigurationFactory sslConfigurationFactoryOne = getInstance();

0 commit comments

Comments
 (0)