mirror of https://github.com/apache/maven.git
Disable ResidentMavenInvoker test
This commit is contained in:
parent
4c57802a4f
commit
b91b4ef1ae
|
@ -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>> {
|
||||
|
||||
|
|
Loading…
Reference in New Issue