As part of the read only test for sharded clusters at one point we need to spawn a temporary standalone instance and then stop it, we don't need to run the validations on it, so there is an option set to try to prevent them, however, there is a typo, it should be skipValidation instead of skipValidations.
- is caused by
-
SERVER-43758 Set up a queryableBackupMode cluster on read_only_test.js library
- Closed