From af4469ebf34a7c577e71c2f896b124a55c791b23 Mon Sep 17 00:00:00 2001 From: lyon Date: Tue, 27 Dec 2022 16:08:57 +0800 Subject: [PATCH] fix mqtt-test for github action --- test/mqtt-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mqtt-test.cpp b/test/mqtt-test.cpp index e232dcde5..b7c17a59b 100644 --- a/test/mqtt-test.cpp +++ b/test/mqtt-test.cpp @@ -134,7 +134,7 @@ TEST(mqtt, publish) { } #endif -#if 1 +#if 0 //! Mqtt subscribe will break the gichub actions, //! if need to test, please enable it manually. TEST(mqtt, subscribe) {