mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-10-03 10:31:40 +02:00
ci: Disable some unit-test-apps for esp32c6 to pass ci build stage
This commit is contained in:
committed by
Rocha Euripedes
parent
c54d7cfe43
commit
f43591d970
@@ -19,6 +19,7 @@
|
||||
#include "esp_mac.h"
|
||||
#include "esp_partition.h"
|
||||
|
||||
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C6)
|
||||
static esp_mqtt5_user_property_item_t user_property_arr[3] = {
|
||||
{"board", "esp32"},
|
||||
{"u", "user"},
|
||||
@@ -150,3 +151,4 @@ TEST_CASE("mqtt5 broker tests", "[mqtt5][test_env=UT_T2_Ethernet]")
|
||||
connect_test_fixture_teardown();
|
||||
}
|
||||
#endif // SOC_EMAC_SUPPORTED
|
||||
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C6)
|
||||
|
Reference in New Issue
Block a user