From dd4051686b4e49003a49efbbaab89a9cbfb5ad15 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 30 Jan 2017 09:59:11 +0000 Subject: [PATCH] Remove empty test The caching behaviour when using ImportAutoConfiguration is covered by tests in spring-boot-test-auto-configuration, specifically by ImportsContextCustomizerFactoryWithAutoConfigurationTests. See gh-7953 --- .../boot/test/context/ImportsContextCustomizerTests.java | 5 ----- 1 file changed, 5 deletions(-) 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))