summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-07-31 16:19:14 -0400
committerSpencer T Brody <spencer@10gen.com>2013-07-31 16:44:17 -0400
commit46f9caf7217bfc411301b22ecac80a67c79611b7 (patch)
tree4c3f06a1436752954c297bb5fea0c65e30e54bb6 /buildscripts
parent2cffe8566344160ff078bee67a421986f6e1214c (diff)
downloadmongo-46f9caf7217bfc411301b22ecac80a67c79611b7.tar.gz
SERVER-10344 Skip repl/repl4.js because of race condition in master/slave
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py1
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"),