diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index a7c14379f7..3319f21943 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -22,6 +22,9 @@ jobs: - name: Run smoke tests # 8.0.5 due to us having macos-13 in the platform support list, SERVER-101020 + env: + # MONGOSH-1216, MONGOSH-1120 + MONGOSH_NO_AUTOMATIC_ENCRYPTION_SUPPORT: 1 run: npx --yes mongodb-runner --version 8.0.5-enterprise -- exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI mongosh --smokeTests' - name: Report failure