Skip to content

Commit

Permalink
Disable LocalMavenInvoker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 11, 2024
1 parent c96ccce commit 4c57802
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
/**
* Local UT.
*/
@Disabled(
"The tests reuse properties from the JVM being launched, thus may lead to failures depending on which options are used")
public class DefaultLocalMavenInvokerTest
extends MavenInvokerTestSupport<MavenOptions, MavenInvokerRequest<MavenOptions>> {
@Override
Expand Down

0 comments on commit 4c57802

Please sign in to comment.