From 71ded05dbc3cb72d0419dc483fd08bd04a01bfbc Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Wed, 30 Aug 2023 12:06:12 -0400 Subject: [PATCH] Re-enable tsan YAML tests on Linux and Mac. --- .github/workflows/tests.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2571c6410d4432..15057ec27b2b4d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -198,8 +198,6 @@ jobs: " - name: Run Tests using the python parser sending commands to chip-tool - # https://github.com/project-chip/connectedhomeip/issues/27673 - if: matrix.build_variant != 'no-ble-tsan-clang' run: | ./scripts/run_in_build_env.sh \ "./scripts/tests/run_test_suite.py \ @@ -274,8 +272,7 @@ jobs: strategy: matrix: - build_variant: [no-ble-asan-clang] - # Since no-ble-tsan-clang doesn't run any tests, this is just wasted CI time for now + build_variant: [no-ble-asan-clang, no-ble-tsan-clang] chip_tool: [""] env: BUILD_VARIANT: ${{matrix.build_variant}} @@ -322,8 +319,6 @@ jobs: " - name: Run Tests using the python parser sending commands to chip-tool - # https://github.com/project-chip/connectedhomeip/issues/27673 - if: matrix.build_variant != 'no-ble-tsan-clang' run: | ./scripts/run_in_build_env.sh \ "./scripts/tests/run_test_suite.py \