Skip to content

Commit 074d596

Browse files
committed
fix tests
1 parent e822c86 commit 074d596

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -554,14 +554,6 @@ functions:
554554
args: [*task-runner, evg-test-kmip]
555555

556556
start-kms-failpoint-server:
557-
- command: subprocess.exec
558-
params:
559-
working_dir: src/go.mongodb.org/mongo-driver
560-
binary: bash
561-
background: true
562-
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN", "DRIVERS_TOOLS"]
563-
# This cannot use task because it will hang on Windows.
564-
args: [etc/setup-encryption.sh]
565557
- command: subprocess.exec
566558
params:
567559
binary: python3
@@ -584,6 +576,7 @@ functions:
584576
type: test
585577
params:
586578
binary: "bash"
579+
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN", "DRIVERS_TOOLS"]
587580
env:
588581
CSFLE_TLS_CA_FILE: "${PARENT_DIR}/x509gen/ca.pem"
589582
args: [*task-runner, evg-test-retry-kms-requests]

0 commit comments

Comments
 (0)