fix(ci): disable ci test when target is not support classic bluetooth

This commit is contained in:
gongyantao
2024-08-14 19:33:51 +08:00
parent b3bbcd3b45
commit fd42618e36

View File

@ -141,6 +141,14 @@ examples/bluetooth/esp_ble_mesh/wifi_coexist:
- examples/bluetooth/esp_ble_mesh/common_components/**/*
- components/driver/gpio/**/*
examples/bluetooth/esp_hid_host:
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32h2", "esp32s3"]
temporary: true
reason: temporarily test esp32
disable:
- if: SOC_BT_SUPPORTED != 1
examples/bluetooth/hci:
<<: *bt_default_depends
enable: