Skip to content

Commit

Permalink
Mark Mapper BWC feature as assumed
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop committed Jan 16, 2025
1 parent b8334bb commit 5c74f98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class MapperFeatures implements FeatureSpecification {

// Used to avoid noise in mixed cluster and rest compatibility tests. Must not be backported to 8.x branch.
// This label gets added to tests with such failures before merging with main, then removed when backported to 8.x.
public static final NodeFeature BWC_WORKAROUND_9_0 = new NodeFeature("mapper.bwc_workaround_9_0");
public static final NodeFeature BWC_WORKAROUND_9_0 = new NodeFeature("mapper.bwc_workaround_9_0", true);

@Override
public Set<NodeFeature> getFeatures() {
Expand Down

0 comments on commit 5c74f98

Please sign in to comment.