Skip to content

Commit fe27a1e

Browse files
authored
Mute failing QueryFeatureExtractorTests test (#99168)
Mutes failing test `QueryFeatureExtractorTests/testQueryExtractor` See #99167
1 parent c50ad20 commit fe27a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/inference/rescorer/QueryFeatureExtractorTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ private void addDocs(String[] textValues, int[] numberValues) throws IOException
6262
searcher.setSimilarity(new ClassicSimilarity());
6363
}
6464

65+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99167")
6566
public void testQueryExtractor() throws IOException {
6667
addDocs(
6768
new String[] { "the quick brown fox", "the slow brown fox", "the grey dog", "yet another string" },

0 commit comments

Comments
 (0)