Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdliu3 committed Jul 16, 2024
1 parent 8bea308 commit a2ab07a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.TestTemplate;
import org.junit.jupiter.api.condition.DisabledOnJre;
import org.junit.jupiter.api.condition.JRE;
import org.testcontainers.containers.GenericContainer;
import org.testcontainers.shaded.com.github.dockerjava.core.command.ExecStartResultCallback;

Expand All @@ -60,6 +62,7 @@
type = {},
disabledReason = "The apache-compress version is not compatible with apache-poi")
@Slf4j
@DisabledOnJre(JRE.JAVA_17)
public class LocalFileIT extends TestSuiteBase {

private GenericContainer<?> baseContainer;
Expand Down

0 comments on commit a2ab07a

Please sign in to comment.