We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6c091 commit 4154dbaCopy full SHA for 4154dba
src/test/java/com/ing/data/cassandra/jdbc/AmazonKeyspacesIntegrationTest.java
@@ -18,6 +18,7 @@
18
import io.github.cdimascio.dotenv.Dotenv;
19
import org.junit.jupiter.api.Assertions;
20
import org.junit.jupiter.api.BeforeAll;
21
+import org.junit.jupiter.api.Disabled;
22
import org.junit.jupiter.api.Order;
23
import org.junit.jupiter.api.Test;
24
import org.junit.jupiter.api.TestMethodOrder;
@@ -71,6 +72,7 @@
71
72
* specify the name of the secret to retrieve in the Secrets manager: <b>AWS_SECRET_NAME</b>.
73
* </p>
74
*/
75
+@Disabled
76
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class)
77
@Testcontainers
78
class AmazonKeyspacesIntegrationTest {
0 commit comments