Skip to content

Commit dd40516

Browse files
committed
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
1 parent 1c75d00 commit dd40516

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spring-boot-test/src/test/java/org/springframework/boot/test/context/ImportsContextCustomizerTests.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ public void determinableImportSelector() throws Exception {
5555
SecondDeterminableImportSelectorAnnotatedClass.class));
5656
}
5757

58-
@Test
59-
public void importAutoConfigurationCanIgnoreAdditionalAnnotations() throws Exception {
60-
61-
}
62-
6358
@Test
6459
public void customizersForTestClassesWithDifferentKotlinMetadataAreEqual() {
6560
assertThat(new ImportsContextCustomizer(FirstKotlinAnnotatedTestClass.class))

0 commit comments

Comments
 (0)