diff --git a/spring-boot-test/src/test/java/org/springframework/boot/test/context/ImportsContextCustomizerTests.java b/spring-boot-test/src/test/java/org/springframework/boot/test/context/ImportsContextCustomizerTests.java index 337eeb6ff29..bbbd7c5028e 100644 --- a/spring-boot-test/src/test/java/org/springframework/boot/test/context/ImportsContextCustomizerTests.java +++ b/spring-boot-test/src/test/java/org/springframework/boot/test/context/ImportsContextCustomizerTests.java @@ -55,11 +55,6 @@ public class ImportsContextCustomizerTests { SecondDeterminableImportSelectorAnnotatedClass.class)); } - @Test - public void importAutoConfigurationCanIgnoreAdditionalAnnotations() throws Exception { - - } - @Test public void customizersForTestClassesWithDifferentKotlinMetadataAreEqual() { assertThat(new ImportsContextCustomizer(FirstKotlinAnnotatedTestClass.class))