diff --git a/jstests/replsets/disallow_adding_initialized_node2.js b/jstests/replsets/disallow_adding_initialized_node2.js index 2ed6522e81e81..ac5ddfdaf4543 100644 --- a/jstests/replsets/disallow_adding_initialized_node2.js +++ b/jstests/replsets/disallow_adding_initialized_node2.js @@ -5,6 +5,9 @@ // Add B_0 to the replica set A. // Start B_0. // B_0 should show up in A's replica set status as DOWN. + +// This test requires users to persist across a restart. +// @tags: [requires_persistence] (function () { 'use strict';