Skip to content

Commit 4c57802

Browse files
committed
Disable LocalMavenInvoker tests
1 parent c96ccce commit 4c57802

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/local/DefaultLocalMavenInvokerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
/**
4141
* Local 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 DefaultLocalMavenInvokerTest
4446
extends MavenInvokerTestSupport<MavenOptions, MavenInvokerRequest<MavenOptions>> {
4547
@Override

0 commit comments

Comments
 (0)