Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add availability check for Mosquitto test server in MQTT client…
… tests - Introduced a helper function to check the availability of the Mosquitto test server before running MQTT tests. - Updated the TestMQTTClient function to skip tests if the Mosquitto server is not reachable, improving test reliability and feedback. - This change ensures that tests are only executed when the necessary external service is available, preventing false negatives in test results.
- Loading branch information