Skip to content

Commit 42fb4fb

Browse files
authored
Mute testReindex (#79343)
1 parent 13487b1 commit 42fb4fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/reindex/src/internalClusterTest/java/org/elasticsearch/index/reindex/BulkByScrollUsesAllScrollDocumentsAfterConflictsIntegTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public void testUpdateByQuery() throws Exception {
111111
});
112112
}
113113

114+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79342")
114115
public void testReindex() throws Exception {
115116
final String sourceIndex = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);
116117
final String targetIndex = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);

0 commit comments

Comments
 (0)