summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/utils.js')
-rw-r--r--src/mongo/shell/utils.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index 97761b61a1d..63b41528e49 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -253,6 +253,8 @@ jsTestOptions = function() {
TestData.hasOwnProperty("skipValidationOnNamespaceNotFound")
? TestData.skipValidationOnNamespaceNotFound
: true,
+ skipCheckingUUIDsConsistentAcrossCluster:
+ TestData.skipCheckingUUIDsConsistentAcrossCluster || false,
jsonSchemaTestFile: TestData.jsonSchemaTestFile,
excludedDBsFromDBHash: TestData.excludedDBsFromDBHash,
});