diff options
Diffstat (limited to 'jstests/auth/copyauth_between_shards.js')
-rw-r--r-- | jstests/auth/copyauth_between_shards.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/auth/copyauth_between_shards.js b/jstests/auth/copyauth_between_shards.js index 419d548f969..17fc908208f 100644 --- a/jstests/auth/copyauth_between_shards.js +++ b/jstests/auth/copyauth_between_shards.js @@ -1,5 +1,6 @@ // Test copyDatabase command inside a sharded cluster with and without auth. Tests with auth are // currently disabled due to SERVER-13080. +// @tags: [requires_sharding] var baseName = "jstests_clone_copyauth_between_shards"; |