mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Add mqtt5 build test rules
This commit is contained in:
parent
196831efa8
commit
7dcc29d0be
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user