jamesnetherton commented on a change in pull request #3252:
URL: https://github.com/apache/camel-quarkus/pull/3252#discussion_r740845232
##########
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:
Ah you're right. It was already disabled on the `main` branch so I guess
we should fix it there.
In that case we can probably merge this PR and take care of `KafkaSaslSslIT`
on the `main` branch.
--
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]