ci: fix .build-test-rules.yml since esp32s2 tests unabled

This commit is contained in:
Fu Hanxi 2024-08-08 13:28:19 +02:00
parent 9201cfc4cd
commit 952b0e349e

View File

@ -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