From 133f5c036868cb108aec0fa1442398dae6e8da0a Mon Sep 17 00:00:00 2001 From: David Percy Date: Sat, 5 Sep 2020 21:35:35 +0000 Subject: SERVER-49102 Tag profile_filter.js --- jstests/noPassthrough/profile_filter.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jstests/noPassthrough/profile_filter.js b/jstests/noPassthrough/profile_filter.js index a3eb47e78e9..ed8affa8e5c 100644 --- a/jstests/noPassthrough/profile_filter.js +++ b/jstests/noPassthrough/profile_filter.js @@ -1,5 +1,7 @@ /* * Test the usage and behavior of the 'filter' profiler option. + * + * @tags: [requires_sharding, requires_replication] */ (function() { -- cgit v1.2.1