Add mqtt5 build test rules

This commit is contained in:
yuanjm 2022-07-27 20:52:04 +08:00 committed by BOT
parent 196831efa8
commit 7dcc29d0be

View File

@ -194,6 +194,16 @@ examples/protocols/mqtt/wss:
temporary: true
reason: lack of runners
examples/protocols/mqtt5:
disable:
- if: IDF_TARGET == "esp32c2"
temporary: true
reason: target esp32c2 is not supported yet
disable_test:
- if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
temporary: true
reason: lack of runners
examples/protocols/slip/slip_udp:
disable:
- if: IDF_TARGET == "esp32c2"