mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
* 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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40435")
|
||||||
public void testRandomExceptions() throws IOException, InterruptedException, ExecutionException {
|
public void testRandomExceptions() throws IOException, InterruptedException, ExecutionException {
|
||||||
String mapping = Strings.toString(XContentFactory.jsonBuilder().
|
String mapping = Strings.toString(XContentFactory.jsonBuilder().
|
||||||
startObject().
|
startObject().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user