Disable ResidentMavenInvoker test

This commit is contained in:
Guillaume Nodet 2024-10-11 22:36:34 +02:00
parent 4c57802a4f
commit b91b4ef1ae
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ import org.junit.jupiter.api.io.TempDir;
/**
* Resident UT.
*/
@Disabled(
"The tests reuse properties from the JVM being launched, thus may lead to failures depending on which options are used")
public class DefaultResidentMavenInvokerTest
extends MavenInvokerTestSupport<MavenOptions, MavenInvokerRequest<MavenOptions>> {