1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Disable Test

Issue gh-17747
PR gh-17724
This commit is contained in:
Josh Cummings
2025-08-15 14:51:42 -06:00
committed by Rob Winch
parent aeb2dbc2b6
commit a04b026000
@@ -16,6 +16,7 @@
package org.springframework.security.config.annotation.web.configurers;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
@@ -85,6 +86,7 @@ public class NamespaceHttpInterceptUrlTests {
}
@Test
@Disabled // see https://github.com/spring-projects/spring-security/issues/17747
public void requestWhenMappedByPostInterceptUrlThenBehaviorMatchesNamespace() throws Exception {
this.spring.register(HttpInterceptUrlConfig.class, BaseController.class).autowire();
MockHttpServletRequestBuilder getWithUser = get("/admin/post").with(authentication(user("ROLE_USER")));