Skip to content

Commit

Permalink
Fixed IT
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
  • Loading branch information
Peter Alfonsi committed Apr 28, 2024
1 parent 4ab4d7f commit ecf780c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ public CacheStatsAPIIndicesRequestCacheIT(Settings settings) {

@ParametersFactory
public static Collection<Object[]> parameters() {
return Arrays.asList(
new Object[] { Settings.builder().put(FeatureFlags.PLUGGABLE_CACHE, "true").build() },
new Object[] { Settings.builder().put(FeatureFlags.PLUGGABLE_CACHE, "false").build() }
);
return Arrays.<Object[]>asList(new Object[] { Settings.builder().put(FeatureFlags.PLUGGABLE_CACHE, "true").build() });
}

public void testCacheStatsAPIWIthOnHeapCache() throws Exception {
Expand Down

0 comments on commit ecf780c

Please sign in to comment.