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

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


The following commit(s) were added to refs/heads/main by this push:
     new 10773b9  file: Ensure FileTest.charset is fixed under Windows #3530
10773b9 is described below

commit 10773b92ddb51f7298bdf87d47a8af0f5e7c62ba
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Mon Mar 21 18:59:24 2022 +0100

    file: Ensure FileTest.charset is fixed under Windows #3530
---
 .../test/java/org/apache/camel/quarkus/component/file/it/FileTest.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
 
b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
index 587c204..8536600 100644
--- 
a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
+++ 
b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
@@ -37,8 +37,6 @@ import org.apache.camel.quarkus.core.util.FileUtils;
 import org.hamcrest.Matchers;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.Test;
-import org.junit.jupiter.api.condition.DisabledOnOs;
-import org.junit.jupiter.api.condition.OS;
 
 import static 
org.apache.camel.quarkus.component.file.it.FileResource.CONSUME_BATCH;
 import static 
org.apache.camel.quarkus.component.file.it.FileResource.SEPARATOR;
@@ -82,7 +80,6 @@ class FileTest {
                 .body(equalTo(FILE_BODY));
     }
 
-    @DisabledOnOs(value = OS.WINDOWS, disabledReason = 
"https://github.com/apache/camel-quarkus/issues/3530";)
     @Test
     public void writeThenReadFileWithCharsetShouldSucceed() {
         RestAssured

Reply via email to