diff options
author | Misha Tyulenev <misha@mongodb.com> | 2018-01-26 12:19:22 -0500 |
---|---|---|
committer | Misha Tyulenev <misha@mongodb.com> | 2018-02-01 12:30:56 -0500 |
commit | f92be2a17b8630b4fe71a97d12bd26ad261a2ee5 (patch) | |
tree | 0521b990a617b05052d7453f9b4b76069d98d76a /jstests | |
parent | 0f9d830a6228a82db66661f8869568e7db1105b7 (diff) | |
download | mongo-f92be2a17b8630b4fe71a97d12bd26ad261a2ee5.tar.gz |
SERVER-32924 tag skip_sharding_configuration_checks with requires_persistence
(cherry picked from commit f492aeddbf5e4dbd660d7aa297b0cdbe939c4906)
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/noPassthrough/skip_sharding_configuration_checks.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/skip_sharding_configuration_checks.js b/jstests/noPassthrough/skip_sharding_configuration_checks.js index f735bfbd402..2f1ecfbe3f7 100644 --- a/jstests/noPassthrough/skip_sharding_configuration_checks.js +++ b/jstests/noPassthrough/skip_sharding_configuration_checks.js @@ -1,5 +1,6 @@ /** * Starts standalone RS with skipShardingConfigurationChecks. + * @tags: [requires_persistence] */ (function() { 'use strict'; |