Skip to content

Commit 605ff55

Browse files
committed
Disables test temporarily
1 parent 3fb1ca9 commit 605ff55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/handler/predicate/PathRoutePredicateFactoryTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import java.util.Arrays;
2020
import java.util.function.Predicate;
2121

22+
import org.junit.jupiter.api.Disabled;
2223
import org.junit.jupiter.api.Test;
2324

2425
import org.springframework.beans.factory.annotation.Value;
@@ -92,6 +93,7 @@ public void mulitPathDslRouteWorks() {
9293
}
9394

9495
@Test
96+
@Disabled("until StrictServerWebExchangeFirewall is customizable")
9597
public void pathRouteWorksWithPercent() {
9698
testClient.get()
9799
.uri("/abc/123%/function")

0 commit comments

Comments
 (0)