Skip to content

Commit 71ded05

Browse files
Re-enable tsan YAML tests on Linux and Mac.
1 parent 1c081df commit 71ded05

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ jobs:
198198
"
199199
200200
- name: Run Tests using the python parser sending commands to chip-tool
201-
# https://github.com/project-chip/connectedhomeip/issues/27673
202-
if: matrix.build_variant != 'no-ble-tsan-clang'
203201
run: |
204202
./scripts/run_in_build_env.sh \
205203
"./scripts/tests/run_test_suite.py \
@@ -274,8 +272,7 @@ jobs:
274272

275273
strategy:
276274
matrix:
277-
build_variant: [no-ble-asan-clang]
278-
# Since no-ble-tsan-clang doesn't run any tests, this is just wasted CI time for now
275+
build_variant: [no-ble-asan-clang, no-ble-tsan-clang]
279276
chip_tool: [""]
280277
env:
281278
BUILD_VARIANT: ${{matrix.build_variant}}
@@ -322,8 +319,6 @@ jobs:
322319
"
323320
324321
- name: Run Tests using the python parser sending commands to chip-tool
325-
# https://github.com/project-chip/connectedhomeip/issues/27673
326-
if: matrix.build_variant != 'no-ble-tsan-clang'
327322
run: |
328323
./scripts/run_in_build_env.sh \
329324
"./scripts/tests/run_test_suite.py \

0 commit comments

Comments
 (0)