Skip to content

Commit

Permalink
Temporarily disable failing test
Browse files Browse the repository at this point in the history
See gh-gh-38822
  • Loading branch information
philwebb committed Dec 15, 2023
1 parent 1d10e51 commit bb37a86
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package smoketest.web.secure;

import org.junit.jupiter.api.Disabled;

import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.annotation.Bean;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
Expand All @@ -34,6 +36,7 @@
SampleWebSecureApplication.class },
properties = { "server.error.include-message=always", "spring.security.user.name=username",
"spring.security.user.password=password", "spring.mvc.servlet.path=/custom/servlet/path" })
@Disabled("gh-38822")
class CustomServletPathUnauthenticatedErrorPageTests extends AbstractUnauthenticatedErrorPageTests {

CustomServletPathUnauthenticatedErrorPageTests() {
Expand Down

0 comments on commit bb37a86

Please sign in to comment.