From 1499876148d88c4c275e588a49b9e9bfb7a16175 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Fri, 2 Jun 2023 03:03:23 -0400 Subject: [PATCH] Stop running old-style YAML tests on Darwin tsan jobs. (#27023) These jobs are very slow, and we are already running the python-driver tests here, as well as running the old-style tests on Darwin asan and Linux tsan. --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7b9eb81a31d335..3d5bad7b9207e8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -381,6 +381,7 @@ jobs: " - name: Run Tests timeout-minutes: 80 + if: matrix.build_variant != 'no-ble-tsan-clang' run: | ./scripts/run_in_build_env.sh \ "./scripts/tests/run_test_suite.py \