Revert "Temporarily disable failing test"

This reverts commit bb37a868b3.

Closes gh-38659
This commit is contained in:
Phillip Webb 2023-12-15 07:42:00 -08:00
parent 26dc14031e
commit 65af35c1ac

View File

@ -16,8 +16,6 @@
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;
@ -36,7 +34,6 @@ import static org.springframework.security.config.Customizer.withDefaults;
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() {