summaryrefslogtreecommitdiff
path: root/jstests/replsets/tags.js
blob: 5005dc387bd9dda5b9806a7d68dc8d6e25fb9a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * TODO SERVER-52599: to remove this tag.
 * @tags: [requires_wiredtiger]
 */
(function() {
'use strict';

load("jstests/replsets/libs/tags.js");

let nodes = [{}, {}, {}, {}, {}];
new TagsTest({nodes: nodes}).run();
}());