Skip to content

Commit ead0f9f

Browse files
authored
Mute testFailedSearchWithWrongQuery (elastic#96125)
Relates elastic#95322
1 parent 53ecc2e commit ead0f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/search/basic/TransportSearchFailuresIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ protected int maximumNumberOfReplicas() {
3939
return 1;
4040
}
4141

42+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/95322")
4243
public void testFailedSearchWithWrongQuery() throws Exception {
4344
logger.info("Start Testing failed search with wrong query");
4445
assertAcked(prepareCreate("test", 1).setMapping("foo", "type=geo_point"));

0 commit comments

Comments
 (0)