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 64dd3ab52bdc1039da673fecc39b6ef585deb68a
Author: Lukas Lowinger <[email protected]>
AuthorDate: Mon Jul 6 10:47:14 2026 +0200

    Add possibility to skip CommandModeTest timing-sensitive test on slow 
machine
---
 .../test/java/org/apache/camel/quarkus/main/cmd/it/CommandModeTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/integration-tests/main-command-mode/src/test/java/org/apache/camel/quarkus/main/cmd/it/CommandModeTest.java
 
b/integration-tests/main-command-mode/src/test/java/org/apache/camel/quarkus/main/cmd/it/CommandModeTest.java
index 4145cea897..988bbe7ba4 100644
--- 
a/integration-tests/main-command-mode/src/test/java/org/apache/camel/quarkus/main/cmd/it/CommandModeTest.java
+++ 
b/integration-tests/main-command-mode/src/test/java/org/apache/camel/quarkus/main/cmd/it/CommandModeTest.java
@@ -79,6 +79,7 @@ public class CommandModeTest {
     }
 
     @Test
+    @DisabledIfSystemProperty(named = "ci.slow.machine", matches = "true", 
disabledReason = "Test is timing-sensitive and may be unreliable on slow 
machines")
     void testMainStopsAfterMaxSeconds() throws IOException, 
InterruptedException, ExecutionException {
         final StartedProcess process = new 
QuarkusProcessExecutor("-Dgreeted.subject=Jade",
                 "-Dcamel.main.duration-max-seconds=3").start();

Reply via email to