Skip to content

Commit 1087984

Browse files
woody-applepull[bot]
authored andcommitted
Disabling broken tests for now (#27674)
1 parent 4699c31 commit 1087984

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ jobs:
212212
"
213213
214214
- 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'
215217
run: |
216218
./scripts/run_in_build_env.sh \
217219
"./scripts/tests/run_test_suite.py \
@@ -286,7 +288,8 @@ jobs:
286288

287289
strategy:
288290
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
290293
chip_tool: [""]
291294
env:
292295
BUILD_VARIANT: ${{matrix.build_variant}}
@@ -350,6 +353,8 @@ jobs:
350353
"
351354
352355
- 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'
353358
run: |
354359
./scripts/run_in_build_env.sh \
355360
"./scripts/tests/run_test_suite.py \

0 commit comments

Comments
 (0)