File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,8 @@ jobs:
212
212
"
213
213
214
214
- name : Run Tests using the python parser sending commands to chip-tool
215
+ # https://github.com/project-chip/connectedhomeip/issues/27673
216
+ if : matrix.build_variant != 'no-ble-tsan-clang'
215
217
run : |
216
218
./scripts/run_in_build_env.sh \
217
219
"./scripts/tests/run_test_suite.py \
@@ -286,7 +288,8 @@ jobs:
286
288
287
289
strategy :
288
290
matrix :
289
- build_variant : [no-ble-tsan-clang, no-ble-asan-clang]
291
+ build_variant : [no-ble-asan-clang]
292
+ # Since no-ble-tsan-clang doesn't run any tests, this is just wasted CI time for now
290
293
chip_tool : [""]
291
294
env :
292
295
BUILD_VARIANT : ${{matrix.build_variant}}
@@ -350,6 +353,8 @@ jobs:
350
353
"
351
354
352
355
- name : Run Tests using the python parser sending commands to chip-tool
356
+ # https://github.com/project-chip/connectedhomeip/issues/27673
357
+ if : matrix.build_variant != 'no-ble-tsan-clang'
353
358
run : |
354
359
./scripts/run_in_build_env.sh \
355
360
"./scripts/tests/run_test_suite.py \
You can’t perform that action at this time.
0 commit comments