From e0107b4cf5674ab8b9c4b1c35d7310f9d2db1819 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 2 May 2023 13:15:36 -0500 Subject: SERVER-76378 Add requires_sharding tag to metadata_size_estimate.js (cherry picked from commit 99bf306cbfd52b69b59a071049051b16c9fe8f7e) --- jstests/noPassthrough/metadata_size_estimate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jstests/noPassthrough/metadata_size_estimate.js b/jstests/noPassthrough/metadata_size_estimate.js index 3b6cc8b5f1e..55e224d2487 100644 --- a/jstests/noPassthrough/metadata_size_estimate.js +++ b/jstests/noPassthrough/metadata_size_estimate.js @@ -1,4 +1,5 @@ // Test the impact of having too many roles +// @tags: [requires_sharding] (function() { 'use strict'; -- cgit v1.2.1