You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/01/17 15:41:55 UTC

(camel-quarkus) 06/06: Enable TarfileTest after alignment of common-compress

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit f6048c4c77f50a301c7ced1688c916a517d5f787
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Jan 17 13:48:44 2024 +0000

    Enable TarfileTest after alignment of common-compress
    
    Fixes #5538
---
 integration-tests/tarfile/pom.xml                                    | 5 ++---
 .../org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java   | 2 --
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/integration-tests/tarfile/pom.xml b/integration-tests/tarfile/pom.xml
index 4a96572f44..fb2cd64898 100644
--- a/integration-tests/tarfile/pom.xml
+++ b/integration-tests/tarfile/pom.xml
@@ -59,8 +59,7 @@
 
 
     <profiles>
-        <!-- https://github.com/apache/camel-quarkus/issues/5538-->
-        <!--<profile>
+        <profile>
             <id>native</id>
             <activation>
                 <property>
@@ -86,7 +85,7 @@
                     </plugin>
                 </plugins>
             </build>
-        </profile> -->
+        </profile>
         <profile>
             <id>virtualDependencies</id>
             <activation>
diff --git a/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java b/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
index e0b59408f8..aaa072c2b1 100644
--- a/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
+++ b/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
@@ -28,11 +28,9 @@ import org.apache.commons.compress.archivers.ArchiveStreamFactory;
 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