From f4e29595139125b223d043cbd16809172e70c93b Mon Sep 17 00:00:00 2001 From: Kiran Prakash Date: Fri, 12 Apr 2024 11:22:00 -0700 Subject: [PATCH] Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash --- .../java/org/opensearch/indices/IndicesRequestCacheIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java b/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java index 1b6df0bc231ff..9f1ebae1b5ffc 100644 --- a/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java @@ -85,7 +85,6 @@ public class IndicesRequestCacheIT extends ParameterizedStaticSettingsOpenSearch public IndicesRequestCacheIT(Settings settings) { super(settings); } - @ParametersFactory public static Collection parameters() {