Commit 7181e761 authored by michal's avatar michal Committed by Madhura Bhave

Skip restarter for JUnit5

See gh-14915
parent 80bb7ea9
......@@ -37,6 +37,7 @@ public class DefaultRestartInitializer implements RestartInitializer {
static {
Set<String> skipped = new LinkedHashSet<>();
skipped.add("org.junit.runners.");
skipped.add("org.junit.platform.");
skipped.add("org.springframework.boot.test.");
skipped.add("cucumber.runtime.");
SKIPPED_STACK_ELEMENTS = Collections.unmodifiableSet(skipped);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment