Commit 9065c499 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix rebase from master

parent ece29bbd
......@@ -33,8 +33,7 @@ import org.springframework.core.type.classreading.MetadataReaderFactory;
class TestTypeExcludeFilter extends TypeExcludeFilter {
private static final String[] CLASS_ANNOTATIONS = { "org.junit.runner.RunWith",
"org.junit.jupiter.api.extension.ExtendWith", "org.junit.platform.commons.annotation.Testable",
"org.testng.annotations.Test", };
"org.junit.jupiter.api.extension.ExtendWith", "org.junit.platform.commons.annotation.Testable" };
private static final String[] METHOD_ANNOTATIONS = { "org.junit.Test",
"org.junit.platform.commons.annotation.Testable" };
......
......@@ -23,7 +23,7 @@ import org.springframework.context.annotation.Configuration;
@Testable
public abstract class AbstractJupiterTestWithConfigAndTestable {
@Configuration(proxyBeanMethods = false)
@Configuration
static class Config {
}
......
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