summaryrefslogtreecommitdiff
path: root/jstests/sharding/sync3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/sync3.js')
-rw-r--r--jstests/sharding/sync3.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/sharding/sync3.js b/jstests/sharding/sync3.js
index 3737419be04..a979595fd11 100644
--- a/jstests/sharding/sync3.js
+++ b/jstests/sharding/sync3.js
@@ -1,5 +1,6 @@
-
-test = new SyncCCTest( "sync3" , { logpath : "/dev/null" } )
+// NOTE: this test is skipped when running smoke.py with --auth or --keyFile to force authentication
+// in all tests.
+test = new SyncCCTest( "sync3" )//, { logpath : "/dev/null" } )
x = test._connections[0].getDB( "admin" ).runCommand( { "_testDistLockWithSyncCluster" : 1 , host : test.url } )
printjson( x )