Skip to content

Commit

Permalink
Mute testReindex (#79343)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek authored Oct 18, 2021
1 parent 13487b1 commit 42fb4fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public void testUpdateByQuery() throws Exception {
});
}

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

0 comments on commit 42fb4fb

Please sign in to comment.