diff options
author | Randolph Tan <randolph@10gen.com> | 2015-12-14 10:27:47 -0500 |
---|---|---|
committer | Randolph Tan <randolph@10gen.com> | 2015-12-14 15:57:11 -0500 |
commit | 0499aee83f48cd08e7687906185843e8276a6e61 (patch) | |
tree | c780434a9724d9178dec67a263b19ffdb4757faf /buildscripts | |
parent | 7c67e25f37853c60c106d2cf08eca1b81c4133ae (diff) | |
download | mongo-0499aee83f48cd08e7687906185843e8276a6e61.tar.gz |
SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommand
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_legacy_multiversion.yml | 1 | ||||
-rwxr-xr-x | buildscripts/smoke.py | 1 |
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"), |