Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevw committed Dec 22, 2024
1 parent 9c6c091 commit 4154dba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import io.github.cdimascio.dotenv.Dotenv;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestMethodOrder;
Expand Down Expand Up @@ -71,6 +72,7 @@
* specify the name of the secret to retrieve in the Secrets manager: <b>AWS_SECRET_NAME</b>.
* </p>
*/
@Disabled
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class)
@Testcontainers
class AmazonKeyspacesIntegrationTest {
Expand Down

0 comments on commit 4154dba

Please sign in to comment.