Skip to content

Commit 9a2e2f9

Browse files
committed
fix(ci): disable ci test when target is not support classic bluetooth
1 parent 30dddab commit 9a2e2f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/bluetooth/.build-test-rules.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ examples/bluetooth/esp_ble_mesh/wifi_coexist:
109109
depends_filepatterns:
110110
- examples/bluetooth/esp_ble_mesh/common_components/**/*
111111

112+
examples/bluetooth/esp_hid_host:
113+
disable_test:
114+
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32h2", "esp32s3"]
115+
temporary: true
116+
reason: temporarily test esp32
117+
disable:
118+
- if: SOC_BT_SUPPORTED != 1
119+
112120
examples/bluetooth/hci:
113121
<<: *bt_default_depends
114122
enable:

0 commit comments

Comments
 (0)