Skip to content

Commit

Permalink
Mute RetentionLeastIT#testRetentionLeaseSyncedOnRemove
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Feb 12, 2019
1 parent f7c92b8 commit 32947f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public void testRetentionLeasesSyncedOnAdd() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38764")
public void testRetentionLeaseSyncedOnRemove() throws Exception {
final int numberOfReplicas = 2 - scaledRandomIntBetween(0, 2);
internalCluster().ensureAtLeastNumDataNodes(1 + numberOfReplicas);
Expand Down

0 comments on commit 32947f4

Please sign in to comment.