ci: Disable some unit-test-apps for esp32c6 to pass ci build stage

This commit is contained in:
Song Ruo Jing
2022-11-09 18:23:49 +08:00
committed by Rocha Euripedes
parent c54d7cfe43
commit f43591d970

View File

@@ -19,6 +19,7 @@
#include "esp_mac.h" #include "esp_mac.h"
#include "esp_partition.h" #include "esp_partition.h"
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C6)
static esp_mqtt5_user_property_item_t user_property_arr[3] = { static esp_mqtt5_user_property_item_t user_property_arr[3] = {
{"board", "esp32"}, {"board", "esp32"},
{"u", "user"}, {"u", "user"},
@@ -150,3 +151,4 @@ TEST_CASE("mqtt5 broker tests", "[mqtt5][test_env=UT_T2_Ethernet]")
connect_test_fixture_teardown(); connect_test_fixture_teardown();
} }
#endif // SOC_EMAC_SUPPORTED #endif // SOC_EMAC_SUPPORTED
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C6)