Skip to content

Commit 14d6ff4

Browse files
authored
chore(ci): do not expect CSFLE/QE support in homebrew (#2420)
These aren't supported yet. Because my previous commit (1e6cef4) pinned the version to an enterprise one, rather than a community server, we were now trying to run the CSFLE smoke test but can't. (We could also go back to testing with a community server, but in general the idea of testing enterprise features in smoke tests is not a bad one.)
1 parent 1e6cef4 commit 14d6ff4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/homebrew.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222

2323
- name: Run smoke tests
2424
# 8.0.5 due to us having macos-13 in the platform support list, SERVER-101020
25+
env:
26+
# MONGOSH-1216, MONGOSH-1120
27+
MONGOSH_NO_AUTOMATIC_ENCRYPTION_SUPPORT: 1
2528
run: npx --yes mongodb-runner --version 8.0.5-enterprise -- exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI mongosh --smokeTests'
2629

2730
- name: Report failure

0 commit comments

Comments
 (0)