Skip to content

Commit 1a95667

Browse files
committed
Disable KeyspaceCreatingJavaConfigIntegrationTests because of CI instability.
See #1112.
1 parent 5533ebe commit 1a95667

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

spring-data-cassandra/src/test/java/org/springframework/data/cassandra/config/KeyspaceCreatingJavaConfigIntegrationTests.java

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

23+
import org.junit.jupiter.api.Disabled;
2324
import org.junit.jupiter.api.Test;
2425

2526
import org.springframework.beans.factory.annotation.Autowired;
@@ -39,6 +40,7 @@
3940
* @author Mark Paluch
4041
*/
4142
@SpringJUnitConfig(classes = KeyspaceCreatingJavaConfigIntegrationTests.KeyspaceCreatingJavaConfig.class)
43+
@Disabled
4244
class KeyspaceCreatingJavaConfigIntegrationTests extends AbstractKeyspaceCreatingIntegrationTests {
4345

4446
@Autowired CqlSession session;

spring-data-cassandra/src/test/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ datastax-java-driver {
5555
# Modifiable at runtime: yes, the new value will be used for connections created after the
5656
# change.
5757
# Overridable in a profile: no
58-
init-query-timeout = 500 milliseconds
58+
init-query-timeout = 1500 milliseconds
5959

6060
# The driver maintains a connection pool to each node, according to the distance assigned to it
6161
# by the load balancing policy. If the distance is IGNORED, no connections are maintained.

0 commit comments

Comments
 (0)