This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new e5c82bf71a8 Regen for commit 0e13aa0d3542b548b4cc6a5a4407e61f69350cbb
e5c82bf71a8 is described below
commit e5c82bf71a87d42db3eeb5bf51f04e2998c4ce7b
Author: orpiske <[email protected]>
AuthorDate: Fri Aug 5 18:26:34 2022 +0000
Regen for commit 0e13aa0d3542b548b4cc6a5a4407e61f69350cbb
Signed-off-by: GitHub <[email protected]>
---
.../component/file/stress/FileConsumerPollManyFilesManualTest.java | 2 --
.../java/org/apache/camel/management/ManagedRouteGetPropertiesTest.java | 1 -
2 files changed, 3 deletions(-)
diff --git
a/core/camel-core/src/test/java/org/apache/camel/component/file/stress/FileConsumerPollManyFilesManualTest.java
b/core/camel-core/src/test/java/org/apache/camel/component/file/stress/FileConsumerPollManyFilesManualTest.java
index 28361aece16..2f79884a51c 100644
---
a/core/camel-core/src/test/java/org/apache/camel/component/file/stress/FileConsumerPollManyFilesManualTest.java
+++
b/core/camel-core/src/test/java/org/apache/camel/component/file/stress/FileConsumerPollManyFilesManualTest.java
@@ -26,8 +26,6 @@ import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;
-import static org.junit.jupiter.api.Assumptions.assumeFalse;
-
@Disabled("Manual test")
@DisabledOnOs(OS.WINDOWS)
public class FileConsumerPollManyFilesManualTest extends ContextTestSupport {
diff --git
a/core/camel-management/src/test/java/org/apache/camel/management/ManagedRouteGetPropertiesTest.java
b/core/camel-management/src/test/java/org/apache/camel/management/ManagedRouteGetPropertiesTest.java
index 6da379f5cc8..87ea07f3366 100644
---
a/core/camel-management/src/test/java/org/apache/camel/management/ManagedRouteGetPropertiesTest.java
+++
b/core/camel-management/src/test/java/org/apache/camel/management/ManagedRouteGetPropertiesTest.java
@@ -30,7 +30,6 @@ import org.junit.jupiter.api.condition.OS;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertTrue;
-import static org.junit.jupiter.api.Assumptions.assumeFalse;
@DisabledOnOs(OS.AIX)
public class ManagedRouteGetPropertiesTest extends ManagementTestSupport {