We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45e954 commit 62c9f12Copy full SHA for 62c9f12
modules/reindex/src/test/java/org/elasticsearch/index/reindex/ReindexFailureTests.java
@@ -90,6 +90,7 @@ public void testAbortOnVersionConflict() throws Exception {
90
* the whole process. We do lose some information about how far along the
91
* process got, but its important that they see these failures.
92
*/
93
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/28053")
94
public void testResponseOnSearchFailure() throws Exception {
95
/*
96
* Attempt to trigger a reindex failure by deleting the source index out
0 commit comments