Skip to content

Commit

Permalink
Force feature flag to true for cloud testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiera committed May 9, 2024
1 parent 155e7c5 commit f6e2a2d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ public final class DataStream implements SimpleDiffable<DataStream>, ToXContentO
public static final TransportVersion ADDED_AUTO_SHARDING_EVENT_VERSION = TransportVersions.DATA_STREAM_AUTO_SHARDING_EVENT;

public static boolean isFailureStoreFeatureFlagEnabled() {
return FAILURE_STORE_FEATURE_FLAG.isEnabled();
return true;
}

public static final String BACKING_INDEX_PREFIX = ".ds-";
Expand Down

0 comments on commit f6e2a2d

Please sign in to comment.