summaryrefslogtreecommitdiff
path: root/jstests/auth/currentop_cursors_auth.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/currentop_cursors_auth.js')
-rw-r--r--jstests/auth/currentop_cursors_auth.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/auth/currentop_cursors_auth.js b/jstests/auth/currentop_cursors_auth.js
index 70ee354273a..5b1cf3255c2 100644
--- a/jstests/auth/currentop_cursors_auth.js
+++ b/jstests/auth/currentop_cursors_auth.js
@@ -8,9 +8,6 @@
load("jstests/libs/fixture_helpers.js"); // For isMongos.
-// TODO SERVER-32672: remove the 'skipGossipingClusterTime' flag.
-TestData.skipGossipingClusterTime = true;
-
// Create a new sharded cluster for testing and enable auth.
const key = "jstests/libs/key1";
const st = new ShardingTest({name: jsTestName(), keyFile: key, shards: 1});