jamesnetherton commented on a change in pull request #3252:
URL: https://github.com/apache/camel-quarkus/pull/3252#discussion_r740773721



##########
File path: 
integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslIT.java
##########
@@ -16,10 +16,10 @@
  */
 package org.apache.camel.quarkus.kafka.sasl;
 
-import io.quarkus.test.junit.DisabledOnNativeImage;
 import io.quarkus.test.junit.NativeImageTest;
+import org.junit.jupiter.api.Disabled;
 
-@DisabledOnNativeImage("https://github.com/apache/camel-quarkus/issues/3239";)
+@Disabled("https://github.com/apache/camel-quarkus/issues/2729";)

Review comment:
       Need a new issue, that one was closed and fixed some time ago.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to