Disable failing test until gh-29275 is addressed

This commit is contained in:
Sam Brannen
2022-10-07 12:40:55 +02:00
parent c405e742f4
commit af617c7da9

View File

@@ -23,6 +23,7 @@ import java.nio.file.Path;
import java.util.Arrays;
import java.util.List;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
@@ -107,6 +108,7 @@ class PathMatchingResourcePatternResolverTests {
assertExactSubPaths(pattern, pathPrefix, "resource#test1.txt", "resource#test2.txt");
}
@Disabled("Disabled until gh-29275 is addressed")
@Test
void usingFileProtocolAndAssertingUrlAndUriSyntax() throws Exception {
Path testResourcesDir = Path.of("src/test/resources").toAbsolutePath();