summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjstests/32bit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/32bit.js b/jstests/32bit.js
index e052beed624..06c94826267 100755
--- a/jstests/32bit.js
+++ b/jstests/32bit.js
@@ -116,7 +116,7 @@ function f() {
}
var h = (new Date()).getHours();
-if (!db._adminCommand("buildInfo").debug) {
+if (!db._adminCommand("buildInfo").debug && !db.runCommand( { serverStatus : 1 , repl : 1 } ).repl ){
if (forceSeedToBe || h <= 2 || h >= 22) {
/* this test is slow, so don't run during the day */
print("\n32bit.js running - this test is slow so only runs at night.");