This commit is contained in:
parent
81886fa097
commit
fb14eef179
@ -48,7 +48,7 @@ public final class EnvironmentUtils {
|
|||||||
|
|
||||||
// Are we running in a test?
|
// Are we running in a test?
|
||||||
try {
|
try {
|
||||||
Class.forName("org.junit.Test");
|
Class.forName("org.junit.jupiter.engine.JupiterTestEngine");
|
||||||
testing = true;
|
testing = true;
|
||||||
} catch (ClassNotFoundException ignored) {
|
} catch (ClassNotFoundException ignored) {
|
||||||
// Safely ignore
|
// Safely ignore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user