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.
2 parents 60a4e04 + 8b05e82 commit 34c643fCopy full SHA for 34c643f
integration-tests/maven/src/test/java/io/quarkus/maven/it/QuarkusTestIT.java
@@ -76,6 +76,7 @@ public void testNestedQuarkusTestMixedWithNormalTests()
76
}
77
78
@DisabledOnOs(OS.WINDOWS) // Tracked by https://github.com/quarkusio/quarkus/issues/47913
79
+ @Disabled("See https://github.com/quarkusio/quarkus/issues/48004")
80
@Test
81
public void testNestedQuarkusTestMixedWithNormalTestsContinuousTesting()
82
throws MavenInvocationException, FileNotFoundException {
0 commit comments