Skip to content

Commit

Permalink
Disables ServerMvcIntegrationTests.formUrlencodedWorks()
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Oct 9, 2023
1 parent e9cfe1d commit 5a9b234
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
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;
Expand Down Expand Up @@ -361,6 +362,7 @@ public void requestHeaderSizeWorks() {
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");
Expand Down

0 comments on commit 5a9b234

Please sign in to comment.