diff --git a/spring-test/src/test/java/org/springframework/test/context/ContextLoaderUtilsActiveProfilesTests.java b/spring-test/src/test/java/org/springframework/test/context/ContextLoaderUtilsActiveProfilesTests.java index 781b2e2772..76e4e7b7bb 100644 --- a/spring-test/src/test/java/org/springframework/test/context/ContextLoaderUtilsActiveProfilesTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/ContextLoaderUtilsActiveProfilesTests.java @@ -238,19 +238,6 @@ public class ContextLoaderUtilsActiveProfilesTests extends AbstractContextLoader private static @interface MetaAnimalsConfig { } - @ActiveProfiles - @Retention(RetentionPolicy.RUNTIME) - @Target(ElementType.TYPE) - // TODO Write test with @MetaProfilesWithOverrides. - private static @interface MetaProfilesWithOverrides { - - String[] profiles() default { "dog", "cat" }; - - Class resolver() default ActiveProfilesResolver.class; - - boolean inheritProfiles() default false; - } - @ActiveProfiles(resolver = TestClassVerifyingActiveProfilesResolver.class) @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE)