Skip to content

Commit 19d1cf8

Browse files
Mute SearchWithRandomExceptionsIT
* This is failing quiete often and we can reproduce it now so we don't need additional test logging on CI * Relates elastic#40435
1 parent 8d87ab7 commit 19d1cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/search/basic/SearchWithRandomExceptionsIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ protected boolean addMockInternalEngine() {
6767
return false;
6868
}
6969

70+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40435")
7071
public void testRandomExceptions() throws IOException, InterruptedException, ExecutionException {
7172
String mapping = Strings.toString(XContentFactory.jsonBuilder().
7273
startObject().

0 commit comments

Comments
 (0)