Skip to content

Commit

Permalink
Stop running old-style YAML tests on Darwin tsan jobs. (#27023)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Feb 1, 2024
1 parent 6fdab6f commit 1499876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1499876

Please sign in to comment.