zhfeng opened a new issue #3206: URL: https://github.com/apache/camel-quarkus/issues/3206
Currently if ```KafkaDevServicesDisabledTest``` is running after ```KafkaDevServicesEabledTest```, it is failing with ``` [ERROR] camelKafkaComponentBrokersConfigurationNull Time elapsed: 0.014 s <<< FAILURE! org.opentest4j.AssertionFailedError: expected: <null> but was: <PLAINTEXT://localhost:33066> ``` It looks like the kafka dev service is avaible during all the test phase regardless of the test is restarted even if ```quarkus.kafka.devservices.enabled=false``` is configed. It might be a bug somewhere in Quarkus DevService. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org