Skip to content

Commit 185874f

Browse files
committed
#4400: Disable slow-running test in JarIT.
1 parent 7bdd29f commit 185874f

File tree

1 file changed

+2
-0
lines changed
  • eo-integration-tests/src/test/java/integration

1 file changed

+2
-0
lines changed

eo-integration-tests/src/test/java/integration/JarIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import java.nio.file.Paths;
2020
import org.hamcrest.MatcherAssert;
2121
import org.hamcrest.Matchers;
22+
import org.junit.jupiter.api.Disabled;
2223
import org.junit.jupiter.api.Test;
2324
import org.junit.jupiter.api.extension.ExtendWith;
2425

@@ -31,6 +32,7 @@
3132
final class JarIT {
3233

3334
@Test
35+
@Disabled
3436
@ExtendWith(WeAreOnline.class)
3537
@ExtendWith(MayBeSlow.class)
3638
void runsProgramFromJar(final @Mktmp Path temp) throws IOException {

0 commit comments

Comments
 (0)