diff options
author | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2017-10-09 20:46:00 -0400 |
---|---|---|
committer | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2017-10-09 20:46:00 -0400 |
commit | dd094ce1bc1fb424ccc6dd71939e5c7a30159e2e (patch) | |
tree | eef055ac80ebdc658acda88724808280b9cbcf71 /buildscripts | |
parent | 63a1ed132fce92bca57845879f4bb25e44c92874 (diff) | |
download | mongo-dd094ce1bc1fb424ccc6dd71939e5c7a30159e2e.tar.gz |
SERVER-29141 Remove blacklist entry for resume_change_stream.js.
The test was deleted in 47084f8ce0df808f7b26dd1c9a6344179fe8628b, so
we'll want to add this blacklist entry back in once the test's spurious
failures are addressed.
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml index ced9b2a26e1..f92636ef968 100644 --- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml +++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml @@ -46,7 +46,6 @@ selector: - jstests/sharding/move_chunk_update_with_write_retryability.js - jstests/sharding/operation_time_api.js - jstests/sharding/refresh_sessions.js - - jstests/sharding/resume_change_stream.js - jstests/sharding/retryable_writes.js - jstests/sharding/safe_secondary_reads_drop_recreate.js - jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js |