Skip to content

Commit

Permalink
Disable XStream native tests due to #4149
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Oct 7, 2022
1 parent 6b483e8 commit 2f24671
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import javax.json.bind.JsonbBuilder;

import io.quarkus.test.junit.DisabledOnIntegrationTest;
import io.quarkus.test.junit.QuarkusTest;
import io.restassured.RestAssured;
import io.restassured.http.ContentType;
Expand All @@ -29,6 +30,7 @@
@QuarkusTest
class XstreamTest {

@DisabledOnIntegrationTest("https://github.com/apache/camel-quarkus/issues/4149")
@Test
void xstream() {
final String xml = "<org.apache.camel.quarkus.component.xstream.it.PojoA><name>Joe</name></org.apache.camel.quarkus.component.xstream.it.PojoA>";
Expand Down

0 comments on commit 2f24671

Please sign in to comment.