Skip to content

Commit 65af35c

Browse files
committed
Revert "Temporarily disable failing test"
This reverts commit bb37a86. Closes gh-38659
1 parent 26dc140 commit 65af35c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
package smoketest.web.secure;
1818

19-
import org.junit.jupiter.api.Disabled;
20-
2119
import org.springframework.boot.test.context.SpringBootTest;
2220
import org.springframework.context.annotation.Bean;
2321
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
@@ -36,7 +34,6 @@
3634
SampleWebSecureApplication.class },
3735
properties = { "server.error.include-message=always", "spring.security.user.name=username",
3836
"spring.security.user.password=password", "spring.mvc.servlet.path=/custom/servlet/path" })
39-
@Disabled("gh-38822")
4037
class CustomServletPathUnauthenticatedErrorPageTests extends AbstractUnauthenticatedErrorPageTests {
4138

4239
CustomServletPathUnauthenticatedErrorPageTests() {

0 commit comments

Comments
 (0)