Disables ServerMvcIntegrationTests.formUrlencodedWorks()

See gh-3094
This commit is contained in:
sgibb
2023-10-09 17:22:21 -04:00
parent e9cfe1df35
commit 5a9b234b7d

View File

@@ -32,6 +32,7 @@ import io.github.bucket4j.distributed.proxy.AsyncProxyManager;
import io.github.bucket4j.distributed.remote.RemoteBucketState;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
@@ -361,6 +362,7 @@ public class ServerMvcIntegrationTests {
StandardCharsets.UTF_8);
@Test
@Disabled // FIXME: https://github.com/spring-cloud/spring-cloud-gateway/issues/3094
void formUrlencodedWorks() {
LinkedMultiValueMap<String, String> formData = new LinkedMultiValueMap<>();
formData.add("foo", "bar");