We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdd29f commit 185874fCopy full SHA for 185874f
eo-integration-tests/src/test/java/integration/JarIT.java
@@ -19,6 +19,7 @@
19
import java.nio.file.Paths;
20
import org.hamcrest.MatcherAssert;
21
import org.hamcrest.Matchers;
22
+import org.junit.jupiter.api.Disabled;
23
import org.junit.jupiter.api.Test;
24
import org.junit.jupiter.api.extension.ExtendWith;
25
@@ -31,6 +32,7 @@
31
32
final class JarIT {
33
34
@Test
35
+ @Disabled
36
@ExtendWith(WeAreOnline.class)
37
@ExtendWith(MayBeSlow.class)
38
void runsProgramFromJar(final @Mktmp Path temp) throws IOException {
0 commit comments