We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5086184 + a87d3e1 commit 050de89Copy full SHA for 050de89
.gitlab/ci/host-test.yml
@@ -219,13 +219,6 @@ test_split_path_by_spaces:
219
- cd ${IDF_PATH}/tools
220
- python -m unittest split_paths_by_spaces.py
221
222
-test_mqtt_on_host:
223
- extends: .host_test_template
224
- script:
225
- - cd ${IDF_PATH}/components/mqtt/esp-mqtt/host_test
226
- - idf.py build
227
- - LSAN_OPTIONS=verbosity=1:log_threads=1 build/host_mqtt_client_test.elf
228
-
229
test_transport_on_host:
230
extends: .host_test_template
231
allow_failure: true # IDFCI-2781 [v5.5, v5.4] test_transport_on_host fails on ubuntu 24.04
0 commit comments