Skip to content

Commit 27a33a0

Browse files
committed
trying to fix duplicate feature issue
1 parent 215523d commit 27a33a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/search-business-rules/src/main/java/org/elasticsearch/xpack/searchbusinessrules/SearchBusinessRulesFeatures.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ public Set<NodeFeature> getFeatures() {
2323

2424
@Override
2525
public Set<NodeFeature> getTestFeatures() {
26-
return Set.of(PINNED_RETRIEVER_FEATURE);
26+
return Set.of();
2727
}
2828
}

0 commit comments

Comments
 (0)