Skip to content

Commit 050de89

Browse files
Merge branch 'removes_mqtt_host_test' into 'master'
ci: Removes esp-mqtt host test See merge request espressif/esp-idf!42285
2 parents 5086184 + a87d3e1 commit 050de89

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.gitlab/ci/host-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,6 @@ test_split_path_by_spaces:
219219
- cd ${IDF_PATH}/tools
220220
- python -m unittest split_paths_by_spaces.py
221221

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-
229222
test_transport_on_host:
230223
extends: .host_test_template
231224
allow_failure: true # IDFCI-2781 [v5.5, v5.4] test_transport_on_host fails on ubuntu 24.04

0 commit comments

Comments
 (0)