Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyang-hu committed Nov 25, 2024
1 parent e822c86 commit 074d596
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,14 +554,6 @@ functions:
args: [*task-runner, evg-test-kmip]

start-kms-failpoint-server:
- command: subprocess.exec
params:
working_dir: src/go.mongodb.org/mongo-driver
binary: bash
background: true
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN", "DRIVERS_TOOLS"]
# This cannot use task because it will hang on Windows.
args: [etc/setup-encryption.sh]
- command: subprocess.exec
params:
binary: python3
Expand All @@ -584,6 +576,7 @@ functions:
type: test
params:
binary: "bash"
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN", "DRIVERS_TOOLS"]
env:
CSFLE_TLS_CA_FILE: "${PARENT_DIR}/x509gen/ca.pem"
args: [*task-runner, evg-test-retry-kms-requests]
Expand Down

0 comments on commit 074d596

Please sign in to comment.