Skip to content

Commit

Permalink
Attempt to fix broken ITs
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Alfonsi <[email protected]>
  • Loading branch information
Peter Alfonsi committed Aug 30, 2024
1 parent 58170bf commit 0923251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected Settings featureFlagSettings() {
.put(super.featureFlagSettings()).put(FeatureFlags.CONCURRENT_SEGMENT_SEARCH, "true")
.put(super.featureFlagSettings()).put(FeatureFlags.PLUGGABLE_CACHE, "true")
.build();
}
} // For now hardcode TC feature flag as true. Attempt to backport the changes allowing us to parameterize it

// One of the primary purposes of the query cache is to cache aggs results
public void testCacheAggs() throws Exception {
Expand Down

0 comments on commit 0923251

Please sign in to comment.