Skip to content

Commit

Permalink
disable test that requires premium in localstack
Browse files Browse the repository at this point in the history
  • Loading branch information
iNikitaGricenko committed Oct 31, 2023
1 parent e84a369 commit fd23150
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/io/kestra/plugin/aws/ecr/GetAuthTokenTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import io.kestra.plugin.aws.AbstractLocalStackTest;
import io.micronaut.test.extensions.junit5.annotation.MicronautTest;
import jakarta.inject.Inject;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.testcontainers.containers.localstack.LocalStackContainer;
import org.testcontainers.junit.jupiter.Testcontainers;
Expand All @@ -21,6 +22,7 @@ public class GetAuthTokenTest extends AbstractLocalStackTest {

@SuppressWarnings("unchecked")
@Test
@Disabled
void run() throws Exception {
RunContext runContext = runContextFactory.of();

Expand Down

0 comments on commit fd23150

Please sign in to comment.