Skip to content

Commit

Permalink
Update tester_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Oct 5, 2021
1 parent 27db780 commit a900509
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/pipelines/main/platforms/tester_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ steps:
elif [[ "$${BUILDKITE_STEP_KEY:?}" == "tester_linux64_mt" ]]; then
# "_mt" = multi-threaded
export JULIA_NUM_THREADS=16
fi
export TESTS="[\"all\", \"--skip\", \"Distributed\"]"
# We do not run the Distributed test suite when multithreading is enabled.
export TESTS="[\"all\", \"--skip\", \"Distributed\"]"
fi
fi
echo "JULIA_BINARY_FOR_TESTS is: $${JULIA_BINARY_FOR_TESTS:?}"
Expand Down

0 comments on commit a900509

Please sign in to comment.