Skip to content

Commit

Permalink
Enable gzip sendMaximumAllowedPayload test in native
Browse files Browse the repository at this point in the history
  • Loading branch information
gtroitsk authored and fedinskiy committed Aug 30, 2024
1 parent 1353d49 commit 2db89d3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@

import org.apache.http.HttpHeaders;
import org.apache.http.HttpStatus;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

import io.quarkus.test.bootstrap.RestService;
import io.quarkus.test.scenarios.QuarkusScenario;
import io.quarkus.test.scenarios.annotations.DisabledOnNative;
import io.quarkus.test.services.QuarkusApplication;
import io.restassured.response.Response;

Expand Down Expand Up @@ -59,8 +57,6 @@ void sendPayloadBelowMaxInputLimit() throws IOException {
"The response should be 200 OK because sending just 512 bytes");
}

@DisabledOnNative
@Tag("Issue in native mode--> https://issues.redhat.com/browse/QUARKUS-4570")
@Test
void sendMaximumAllowedPayload() throws IOException {
byte[] compressedData = generateCompressedData(LIMIT_PAYLOAD);
Expand Down

0 comments on commit 2db89d3

Please sign in to comment.