Skip to content

Commit 13c6e83

Browse files
committed
Merge branch 'master' into PYTHON-4721
2 parents 57acb85 + 72a5109 commit 13c6e83

File tree

18 files changed

+565
-333
lines changed

18 files changed

+565
-333
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 223 additions & 231 deletions
Large diffs are not rendered by default.

.evergreen/scripts/configure-env.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ export PROJECT="$project"
6464
export PIP_QUIET=1
6565
EOT
6666

67+
# Skip CSOT tests on non-linux platforms.
68+
if [ "$(uname -s)" != "Linux" ]; then
69+
echo "export SKIP_CSOT_TESTS=1" >> $SCRIPT_DIR/env.sh
70+
fi
71+
6772
# Add these expansions to make it easier to call out tests scripts from the EVG yaml
6873
cat <<EOT > expansion.yml
6974
DRIVERS_TOOLS: "$DRIVERS_TOOLS"

0 commit comments

Comments
 (0)