Disable LocalMavenInvoker tests

This commit is contained in:
Guillaume Nodet 2024-10-11 21:55:33 +02:00
parent c96ccce2fc
commit 4c57802a4f
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ import org.junit.jupiter.api.io.TempDir;
/**
* 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