* This is failing quiete often and we can reproduce it now so we don't need additional test logging on CI * Relates #40435
This commit is contained in:
parent
aec44fecbc
commit
a23d1ed00d
|
@ -67,6 +67,7 @@ public class SearchWithRandomExceptionsIT extends ESIntegTestCase {
|
|||
return false;
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40435")
|
||||
public void testRandomExceptions() throws IOException, InterruptedException, ExecutionException {
|
||||
String mapping = Strings.toString(XContentFactory.jsonBuilder().
|
||||
startObject().
|
||||
|
|
Loading…
Reference in New Issue