Disable KeyspaceCreatingJavaConfigIntegrationTests because of CI instability.

See #1112.
This commit is contained in:
Mark Paluch
2021-05-05 10:05:06 +02:00
parent b7053dad9e
commit e93d85064e
2 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ import static org.assertj.core.api.Assertions.*;
import java.util.ArrayList;
import java.util.List;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
@@ -39,6 +40,7 @@ import com.datastax.oss.driver.api.core.CqlSession;
* @author Mark Paluch
*/
@SpringJUnitConfig(classes = KeyspaceCreatingJavaConfigIntegrationTests.KeyspaceCreatingJavaConfig.class)
@Disabled
class KeyspaceCreatingJavaConfigIntegrationTests extends AbstractKeyspaceCreatingIntegrationTests {
@Autowired CqlSession session;

View File

@@ -55,7 +55,7 @@ datastax-java-driver {
# Modifiable at runtime: yes, the new value will be used for connections created after the
# change.
# Overridable in a profile: no
init-query-timeout = 500 milliseconds
init-query-timeout = 1500 milliseconds
# The driver maintains a connection pool to each node, according to the distance assigned to it
# by the load balancing policy. If the distance is IGNORED, no connections are maintained.