Skip to content

Commit a87d3e1

Browse files
ci: Removes esp-mqtt host test
Test is failing and was moves to esp-mqtt already
1 parent 9ef6d3e commit a87d3e1

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)