Disable KeyspaceCreatingJavaConfigIntegrationTests because of CI instability.
See #1112.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user