diff options
author | jannaerin <golden.janna@gmail.com> | 2018-03-14 14:39:17 -0400 |
---|---|---|
committer | jannaerin <golden.janna@gmail.com> | 2018-03-14 17:46:39 -0400 |
commit | b5ef3780e6956b51659e953080d783f67ca31b64 (patch) | |
tree | dc5204165d2deef8a51b31d38e873e8ea174ea77 /jstests/fail_point | |
parent | 1b0fd9388bf1a782e9d67eab2215503576e5ca59 (diff) | |
download | mongo-b5ef3780e6956b51659e953080d783f67ca31b64.tar.gz |
SERVER-33882 Add requires_sharding tag to sharding tests
Diffstat (limited to 'jstests/fail_point')
-rw-r--r-- | jstests/fail_point/fail_point.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/fail_point/fail_point.js b/jstests/fail_point/fail_point.js index a16971857b6..c39238344a3 100644 --- a/jstests/fail_point/fail_point.js +++ b/jstests/fail_point/fail_point.js @@ -1,3 +1,5 @@ +// @tags: [requires_sharding] + (function() { 'use strict'; |