summaryrefslogtreecommitdiff
path: root/buildscripts
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
parent7c67e25f37853c60c106d2cf08eca1b81c4133ae (diff)
downloadmongo-0499aee83f48cd08e7687906185843e8276a6e61.tar.gz
SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommand
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_legacy_multiversion.yml1
-rwxr-xr-xbuildscripts/smoke.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_legacy_multiversion.yml b/buildscripts/resmokeconfig/suites/sharding_legacy_multiversion.yml
index f821f0f23fb..d7747868dea 100644
--- a/buildscripts/resmokeconfig/suites/sharding_legacy_multiversion.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_legacy_multiversion.yml
@@ -49,7 +49,6 @@ selector:
- jstests/sharding/implicit_db_creation.js # SERVER-17723, fixed in v3.1.2
# The following tests fail because of known bugs:
- - jstests/sharding/sync_cluster_config/sync6.js # SERVER-21660
- jstests/sharding/move_primary_basic.js # SERVER-21851
- jstests/sharding/enable_sharding_basic.js # SERVER-21853
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"),