Skip to content

Commit 57b6ef8

Browse files
committed
Temporarily disables test
1 parent 01c951b commit 57b6ef8

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/filter/headers/TransferEncodingNormalizationHeadersFilterIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import com.fasterxml.jackson.annotation.JsonProperty;
2626
import org.apache.commons.logging.Log;
2727
import org.apache.commons.logging.LogFactory;
28+
import org.junit.jupiter.api.Disabled;
2829
import org.junit.jupiter.api.Test;
2930

3031
import org.springframework.boot.SpringBootConfiguration;
@@ -61,6 +62,7 @@ public class TransferEncodingNormalizationHeadersFilterIntegrationTests {
6162
private int port;
6263

6364
@Test
65+
@Disabled
6466
void legitRequestShouldNotFail() throws Exception {
6567
final ClassLoader classLoader = this.getClass().getClassLoader();
6668

0 commit comments

Comments
 (0)