forked from espressif/esp-idf
ci: fix .build-test-rules.yml since esp32s2 tests unabled
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user