Skip to content

Commit

Permalink
Enable TarfileTest after alignment of common-compress
Browse files Browse the repository at this point in the history
Fixes #5538
  • Loading branch information
jamesnetherton committed Jan 17, 2024
1 parent 934f31f commit f6048c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions integration-tests/tarfile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@


<profiles>
<!-- https://github.com/apache/camel-quarkus/issues/5538-->
<!--<profile>
<profile>
<id>native</id>
<activation>
<property>
Expand All @@ -86,7 +85,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 @@ -28,11 +28,9 @@
import org.apache.commons.compress.archivers.tar.TarArchiveEntry;
import org.apache.commons.compress.archivers.tar.TarArchiveInputStream;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

@QuarkusTest
@Disabled //https://github.com/apache/camel-quarkus/issues/5538
class TarfileTest {

@Test
Expand Down

0 comments on commit f6048c4

Please sign in to comment.