Skip to content

Commit 0201380

Browse files
committed
don't run 32-bt test on small oplog test
1 parent 1ae46ab commit 0201380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jstests/32bit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function f() {
116116
}
117117

118118
var h = (new Date()).getHours();
119-
if (!db._adminCommand("buildInfo").debug) {
119+
if (!db._adminCommand("buildInfo").debug && !db.runCommand( { serverStatus : 1 , repl : 1 } ).repl ){
120120
if (forceSeedToBe || h <= 2 || h >= 22) {
121121
/* this test is slow, so don't run during the day */
122122
print("\n32bit.js running - this test is slow so only runs at night.");

0 commit comments

Comments
 (0)