diff options
author | Spencer T Brody <spencer@10gen.com> | 2013-07-31 16:19:14 -0400 |
---|---|---|
committer | Spencer T Brody <spencer@10gen.com> | 2013-07-31 16:44:17 -0400 |
commit | 46f9caf7217bfc411301b22ecac80a67c79611b7 (patch) | |
tree | 4c3f06a1436752954c297bb5fea0c65e30e54bb6 /buildscripts | |
parent | 2cffe8566344160ff078bee67a421986f6e1214c (diff) | |
download | mongo-46f9caf7217bfc411301b22ecac80a67c79611b7.tar.gz |
SERVER-10344 Skip repl/repl4.js because of race condition in master/slave
Diffstat (limited to 'buildscripts')
-rwxr-xr-x | buildscripts/smoke.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py index a1067a8d529..5e2f7e71c09 100755 --- a/buildscripts/smoke.py +++ b/buildscripts/smoke.py @@ -386,7 +386,6 @@ def skipTest(path): authTestsToSkip = [("jstests", "drop2.js"), # SERVER-8589, ("jstests", "killop.js"), # SERVER-10128 - ("repl", "repl4.js"), # SERVER-10344 ("sharding", "sync3.js"), # SERVER-6388 for this and those below ("sharding", "sync6.js"), ("sharding", "parallel.js"), |