Skip to content

Commit

Permalink
chore(test): disable a test for now waiting for k8 client release
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Mar 2, 2022
1 parent d74c483 commit 6a7ff59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/io/kestra/plugin/kubernetes/PodCreateTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import io.micronaut.context.ApplicationContext;
import io.micronaut.test.extensions.junit5.annotation.MicronautTest;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import io.kestra.core.models.executions.Execution;
import io.kestra.core.models.executions.LogEntry;
Expand Down Expand Up @@ -217,6 +218,7 @@ void resume() throws Exception {
assertThat(logs.stream().filter(logEntry -> logEntry.getLevel() == Level.INFO).filter(logEntry -> logEntry.getMessage().equals("10")).count(), greaterThan(0L));
}

@Disabled("Corrupted TAR archive. waiting for a new release")
@Test
void inputOutputFiles() throws Exception {
PodCreate task = PodCreate.builder()
Expand Down

0 comments on commit 6a7ff59

Please sign in to comment.