mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: fix .build-test-rules.yml since esp32s2 tests unabled
This commit is contained in:
parent
9201cfc4cd
commit
952b0e349e
@ -4,6 +4,10 @@ components/esp_ringbuf/test_apps:
|
||||
enable:
|
||||
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s2"]
|
||||
reason: covers all target types
|
||||
disable_test:
|
||||
- if: IDF_TARGET in ["esp32s2"]
|
||||
temporary: true
|
||||
reason: the other targets are not tested yet
|
||||
depends_components:
|
||||
- freertos
|
||||
- esp_ringbuf
|
||||
|
Loading…
Reference in New Issue
Block a user