Skip to content

Commit

Permalink
Disabled native dataformat test
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Jun 21, 2024
1 parent ccdb6b6 commit a75ee96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration-tests/dataformat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@


<profiles>
<profile>
<!-- https://github.com/apache/camel-quarkus/issues/6218
<profile>
<id>native</id>
<activation>
<property>
Expand All @@ -93,7 +94,7 @@
</plugin>
</plugins>
</build>
</profile>
</profile>-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
package org.apache.camel.quarkus.component.dataformat.it;

import io.quarkus.test.junit.QuarkusIntegrationTest;
import org.junit.jupiter.api.Disabled;

@Disabled //https://github.com/apache/camel-quarkus/issues/6218
@QuarkusIntegrationTest
class DataformatIT extends DataformatTest {

Expand Down

0 comments on commit a75ee96

Please sign in to comment.