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:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s2"]
|
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s2"]
|
||||||
reason: covers all target types
|
reason: covers all target types
|
||||||
|
disable_test:
|
||||||
|
- if: IDF_TARGET in ["esp32s2"]
|
||||||
|
temporary: true
|
||||||
|
reason: the other targets are not tested yet
|
||||||
depends_components:
|
depends_components:
|
||||||
- freertos
|
- freertos
|
||||||
- esp_ringbuf
|
- esp_ringbuf
|
||||||
|
Reference in New Issue
Block a user