Skip to content

Commit 8babdcc

Browse files
authored
Mark Mapper BWC feature as assumed (#120286)
The first step in removing the (now unnecessary) feature
1 parent 874bf7b commit 8babdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/mapper/MapperFeatures.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class MapperFeatures implements FeatureSpecification {
2121

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

2626
@Override
2727
public Set<NodeFeature> getFeatures() {

0 commit comments

Comments
 (0)