summaryrefslogtreecommitdiff
path: root/buildscripts/smoke.py
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2015-12-14 10:27:47 -0500
committerRandolph Tan <randolph@10gen.com>2015-12-14 15:57:11 -0500
commit0499aee83f48cd08e7687906185843e8276a6e61 (patch)
treec780434a9724d9178dec67a263b19ffdb4757faf /buildscripts/smoke.py
parent7c67e25f37853c60c106d2cf08eca1b81c4133ae (diff)
downloadmongo-0499aee83f48cd08e7687906185843e8276a6e61.tar.gz
SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommand
Diffstat (limited to 'buildscripts/smoke.py')
-rwxr-xr-xbuildscripts/smoke.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 93fa2b38ad3..bb883546c62 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -473,7 +473,6 @@ def skipTest(path):
authTestsToSkip = [("jstests", "drop2.js"), # SERVER-8589,
("jstests", "killop.js"), # SERVER-10128
("sharding", "sync3.js"), # SERVER-6388 for this and those below
- ("sharding", "sync6.js"),
("sharding", "parallel.js"),
("sharding", "copydb_from_mongos.js"), # SERVER-13080
("jstests", "bench_test1.js"),