Skip to content

Commit 4154dba

Browse files
committed
Fix tests
1 parent 9c6c091 commit 4154dba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/test/java/com/ing/data/cassandra/jdbc/AmazonKeyspacesIntegrationTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import io.github.cdimascio.dotenv.Dotenv;
1919
import org.junit.jupiter.api.Assertions;
2020
import org.junit.jupiter.api.BeforeAll;
21+
import org.junit.jupiter.api.Disabled;
2122
import org.junit.jupiter.api.Order;
2223
import org.junit.jupiter.api.Test;
2324
import org.junit.jupiter.api.TestMethodOrder;
@@ -71,6 +72,7 @@
7172
* specify the name of the secret to retrieve in the Secrets manager: <b>AWS_SECRET_NAME</b>.
7273
* </p>
7374
*/
75+
@Disabled
7476
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class)
7577
@Testcontainers
7678
class AmazonKeyspacesIntegrationTest {

0 commit comments

Comments
 (0)