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

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


The following commit(s) were added to refs/heads/main by this push:
     new e4be697  Disable unreliable test
e4be697 is described below

commit e4be697c4b2963ead21519c6e083a34646d2b067
Author: Croway <[email protected]>
AuthorDate: Fri Oct 10 11:53:55 2025 +0200

    Disable unreliable test
---
 .../src/test/java/org/apache/camel/upgrade/CamelUpdate413Test.java     | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/camel-upgrade-recipes/src/test/java/org/apache/camel/upgrade/CamelUpdate413Test.java
 
b/camel-upgrade-recipes/src/test/java/org/apache/camel/upgrade/CamelUpdate413Test.java
index 09a1f1e..300b9bd 100644
--- 
a/camel-upgrade-recipes/src/test/java/org/apache/camel/upgrade/CamelUpdate413Test.java
+++ 
b/camel-upgrade-recipes/src/test/java/org/apache/camel/upgrade/CamelUpdate413Test.java
@@ -16,6 +16,7 @@
  */
 package org.apache.camel.upgrade;
 
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
 import org.openrewrite.DocumentExample;
@@ -110,6 +111,8 @@ public class CamelUpdate413Test implements RewriteTest {
      *
      * <a 
href="https://camel.apache.org/manual/camel-4x-upgrade-guide-4_13.html#_camel_fury";>camel-fury</a>
      */
+    @Disabled("This test is dependant on the user settings.xml, if multiple 
repositories in the settings xml are" +
+            " configured, the test fails")
     @DisabledIfSystemProperty(named = CamelTestUtil.PROPERTY_USE_RECIPE, 
matches = ".+")
     @Test
     void furyDependency() {

Reply via email to