Skip to content

Commit

Permalink
mute test testClosedIndices (#42582)
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase authored May 27, 2019
1 parent 381e100 commit 5d3e381
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,7 @@ public void testSoftDeletes() throws Exception {
* This test creates an index in the old cluster and then closes it. When the cluster is fully restarted in a newer version,
* it verifies that the index exists and is replicated if the old version supports replication.
*/
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/42581")
public void testClosedIndices() throws Exception {
if (isRunningAgainstOldCluster()) {
createIndex(index, Settings.builder()
Expand Down

0 comments on commit 5d3e381

Please sign in to comment.