Skip to content

Commit b91b4ef

Browse files
committed
Disable ResidentMavenInvoker test
1 parent 4c57802 commit b91b4ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/resident/DefaultResidentMavenInvokerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
/**
4141
* Resident UT.
4242
*/
43+
@Disabled(
44+
"The tests reuse properties from the JVM being launched, thus may lead to failures depending on which options are used")
4345
public class DefaultResidentMavenInvokerTest
4446
extends MavenInvokerTestSupport<MavenOptions, MavenInvokerRequest<MavenOptions>> {
4547

0 commit comments

Comments
 (0)