We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb816e commit 58e7950Copy full SHA for 58e7950
integration-tests/src/test/java/com/datastax/oss/driver/api/core/cloud/CloudIT.java
@@ -51,11 +51,13 @@
51
import java.util.List;
52
import javax.net.ssl.SSLContext;
53
import org.junit.ClassRule;
54
+import org.junit.Ignore;
55
import org.junit.Rule;
56
import org.junit.Test;
57
import org.junit.experimental.categories.Category;
58
59
@Category(IsolatedTests.class)
60
+@Ignore("Disabled because it is causing trouble in Jenkins CI")
61
public class CloudIT {
62
63
private static final String BUNDLE_URL_PATH = "/certs/bundles/creds.zip";
0 commit comments