Skip to content

Commit 6cb131a

Browse files
committed
Polishing
1 parent 0eb6678 commit 6cb131a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-core/src/test/java/org/springframework/core/io/support/PathMatchingResourcePatternResolverTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
import org.junit.jupiter.api.Nested;
2626
import org.junit.jupiter.api.Test;
27-
import org.junit.jupiter.api.condition.DisabledInNativeImage;
2827

2928
import org.springframework.core.io.Resource;
3029
import org.springframework.util.StringUtils;
@@ -122,7 +121,7 @@ void classpathStarWithPatternInJar() throws IOException {
122121
assertFilenames(pattern, CLASSES_IN_REACTOR_UTIL_ANNOTATION);
123122
}
124123

125-
@DisabledInNativeImage // https://github.com/oracle/graal/issues/5020
124+
// Fails in a native image -- https://github.com/oracle/graal/issues/5020
126125
@Test
127126
void rootPatternRetrievalInJarFiles() throws IOException {
128127
assertThat(resolver.getResources("classpath*:*.dtd")).extracting(Resource::getFilename)

0 commit comments

Comments
 (0)