Skip to content

Commit

Permalink
Disable test with issue in Native Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarranzan committed Jun 14, 2024
1 parent 00f7da0 commit 5846048
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

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

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

@Tag("https://github.com/quarkusio/quarkus/issues/39636")
@Disabled
@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 5846048

Please sign in to comment.