Skip to content

Commit bb37a86

Browse files
committed
Temporarily disable failing test
See gh-gh-38822
1 parent 1d10e51 commit bb37a86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/test/java/smoketest/web/secure/CustomServletPathUnauthenticatedErrorPageTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
package smoketest.web.secure;
1818

19+
import org.junit.jupiter.api.Disabled;
20+
1921
import org.springframework.boot.test.context.SpringBootTest;
2022
import org.springframework.context.annotation.Bean;
2123
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
@@ -34,6 +36,7 @@
3436
SampleWebSecureApplication.class },
3537
properties = { "server.error.include-message=always", "spring.security.user.name=username",
3638
"spring.security.user.password=password", "spring.mvc.servlet.path=/custom/servlet/path" })
39+
@Disabled("gh-38822")
3740
class CustomServletPathUnauthenticatedErrorPageTests extends AbstractUnauthenticatedErrorPageTests {
3841

3942
CustomServletPathUnauthenticatedErrorPageTests() {

0 commit comments

Comments
 (0)