Skip to content

Commit 9a1e12c

Browse files
committed
add TEST_CSFLE flag to force test run
1 parent 4228aa1 commit 9a1e12c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4085,6 +4085,7 @@ buildvariants:
40854085
expansions:
40864086
NODE_LTS_VERSION: 24
40874087
CLIENT_ENCRYPTION: true
4088+
TEST_CSFLE: true
40884089
tasks:
40894090
- test-latest-server
40904091
- test-latest-replica_set

.evergreen/generate_evergreen_tasks.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,8 @@ BUILD_VARIANTS.push({
891891
run_on: GRAVITON_OS,
892892
expansions: {
893893
NODE_LTS_VERSION: LATEST_LTS,
894-
CLIENT_ENCRYPTION: true
894+
CLIENT_ENCRYPTION: true,
895+
TEST_CSFLE: true
895896
},
896897
tasks: gravitonTasks
897898
});

0 commit comments

Comments
 (0)