Skip to content

Commit 3dfff85

Browse files
Removing unnecessary test feature addition
1 parent 5cd2242 commit 3dfff85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/InferenceFeatures.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ public Set<NodeFeature> getTestFeatures() {
104104
TEXT_SIMILARITY_RERANKER_SNIPPETS,
105105
ModelStats.SEMANTIC_TEXT_USAGE,
106106
SEARCH_USAGE_EXTENDED_DATA,
107-
TEXT_SIMILARITY_RANK_DOC_EXPLAIN_CHUNKS,
108-
INFERENCE_AUTH_POLLER_PERSISTENT_TASK
107+
TEXT_SIMILARITY_RANK_DOC_EXPLAIN_CHUNKS
109108
)
110109
);
111110
testFeatures.addAll(getFeatures());

0 commit comments

Comments
 (0)