fix(mqtt): Reduce scope of dependencies for mqtt test

This commit is contained in:
Rocha Euripedes
2025-08-19 14:47:42 +08:00
parent 53a399971f
commit a23bc29a84

View File

@@ -12,19 +12,17 @@ tools/test_apps/protocols/mqtt/publish_connect_test:
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test: disable_test:
- if: IDF_TARGET == "esp32s2" or IDF_TARGET == "esp32c3" - if: IDF_TARGET not in ["esp32"]
temporary: true temporary: true
reason: lack of runners reason: lack of runners
depends_components: depends_components:
- mqtt - mqtt
- esp_netif
depends_filepatterns: depends_filepatterns:
- tools/ci/python_packages/common_test_methods.py - tools/ci/python_packages/common_test_methods.py
- examples/common_components/**/* - examples/common_components/**/*
- examples/protocols/**/* - examples/protocols/mqtt/*
- examples/system/ota/**/* - examples/protocols/mqtt5/*
- examples/ethernet/iperf/**/*
- examples/network/vlan_support/**/*
- components/esp_netif/esp_netif_handlers.c
tools/test_apps/protocols/netif_components: tools/test_apps/protocols/netif_components:
enable: enable: