Skip to content

Commit c794fa8

Browse files
committed
Disable Test
Issue gh-17747 PR gh-17724
1 parent 3930157 commit c794fa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/src/test/java/org/springframework/security/config/annotation/web/configurers/NamespaceHttpInterceptUrlTests.java

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

1717
package org.springframework.security.config.annotation.web.configurers;
1818

19+
import org.junit.jupiter.api.Disabled;
1920
import org.junit.jupiter.api.Test;
2021
import org.junit.jupiter.api.extension.ExtendWith;
2122

@@ -85,6 +86,7 @@ public void authenticatedRequestWhenAuthorizedThenBehaviorMatchesNamespace() thr
8586
}
8687

8788
@Test
89+
@Disabled // see https://github.com/spring-projects/spring-security/issues/17747
8890
public void requestWhenMappedByPostInterceptUrlThenBehaviorMatchesNamespace() throws Exception {
8991
this.spring.register(HttpInterceptUrlConfig.class, BaseController.class).autowire();
9092
MockHttpServletRequestBuilder getWithUser = get("/admin/post").with(authentication(user("ROLE_USER")));

0 commit comments

Comments
 (0)