summaryrefslogtreecommitdiff
path: root/jstests/sharding/conn_pool_stats.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/conn_pool_stats.js')
-rw-r--r--jstests/sharding/conn_pool_stats.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/conn_pool_stats.js b/jstests/sharding/conn_pool_stats.js
index 09189821d13..a34710be3e5 100644
--- a/jstests/sharding/conn_pool_stats.js
+++ b/jstests/sharding/conn_pool_stats.js
@@ -1,7 +1,7 @@
/**
* Tests for the connPoolStats command.
*
- * @tags: [requires_fcv_63]
+ * @tags: [requires_fcv_63, temporary_catalog_shard_incompatible]
*/
load("jstests/libs/fail_point_util.js");
load("jstests/libs/conn_pool_helpers.js");