Skip to content

Commit

Permalink
disabled csv utnil commons-io is upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Sep 27, 2024
1 parent 07ff676 commit 412d9c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.quarkus.test.junit.QuarkusTest;
import io.restassured.RestAssured;
import io.restassured.http.ContentType;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.hamcrest.Matchers.is;
Expand All @@ -39,6 +40,7 @@ public void json2csv() {
}

@Test
@Disabled //https://github.com/apache/camel-quarkus/issues/6560
public void csv2json() {
RestAssured.given() //
.contentType(ContentType.TEXT)
Expand Down

0 comments on commit 412d9c7

Please sign in to comment.