I am pretty sure this spec related to FLE is broken and Mongoid is skipping it in test runs.
You can see the failure here: https://github.com/tablecheck/mongoid-ultra/actions/runs/5989956616/job/16246745994
There are two problems:
- The DB client for encrypted is not configured correctly.
- OptionParser#order! is choking on RSpec's default --pattern option. This might be somewhat environment specific, but AFAIK RSpec injects this automatically.
- is related to
-
MONGOID-5680 Bad interaction between specs leads to failing FLE specs when all specs are run together
- Backlog