diff --git a/components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/integration/XmppBaseIT.java b/components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/integration/XmppBaseIT.java index 9cd81e4d3527e..951be0721d563 100644 --- a/components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/integration/XmppBaseIT.java +++ b/components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/integration/XmppBaseIT.java @@ -26,7 +26,7 @@ import org.junit.jupiter.api.condition.OS; import org.junit.jupiter.api.extension.RegisterExtension; -// This was originally disabled on the pom file with the reason given below. +// This was originally disabled on the pom file with the reason given below. (bogus change - don't merge) @DisabledOnOs(value = OS.AIX, disabledReason = "has problem with all the new reconnection stuff and whatnot") public class XmppBaseIT extends CamelTestSupport { @RegisterExtension