summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Saltz <matthew.saltz@mongodb.com>2018-04-16 10:39:35 -0400
committerMatthew Saltz <matthew.saltz@mongodb.com>2018-04-16 16:50:30 -0400
commitf9f33ab038f03076581eef1db9e22c577e815110 (patch)
treecf4df29353f31305f2e71e04197c3004ffb96f70
parent301affcaa17d18c89e735d83c72ca9bdf8f76f1e (diff)
downloadmongo-f9f33ab038f03076581eef1db9e22c577e815110.tar.gz
SERVER-33890 Unblacklist cannot_create_system_dot_indexes.js from sharded_causally_consistent_jscore_passthrough
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
index ed070ba508b..5c07bd56c75 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
@@ -47,7 +47,6 @@ selector:
# The following tests fail because mongos behaves differently from mongod when testing certain
# functionality. The differences are in a comment next to the failing test.
- jstests/core/explain_missing_database.js # Behavior with no db different on mongos, SERVER-18047.
- - jstests/core/cannot_create_system_dot_indexes.js # Insertion into system.indexes, SERVER-33890.
- jstests/core/geo_2d_explain.js # executionSuccess in different spot in explain().
- jstests/core/geo_s2explain.js # inputStage in different spot in explain().
- jstests/core/geo_s2sparse.js # keysPerIndex in different spot in validate().