Skip to content

Commit

Permalink
Revert "AwaitsFix the RecoveryIT suite - see #35597"
Browse files Browse the repository at this point in the history
This reverts commit f9aff7b
  • Loading branch information
tlrx committed Nov 16, 2018
1 parent d3d7c01 commit b7dcd30
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/
package org.elasticsearch.upgrades;

import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.Version;
import org.elasticsearch.action.support.PlainActionFuture;
import org.elasticsearch.client.Request;
Expand Down Expand Up @@ -47,7 +46,6 @@
/**
* In depth testing of the recovery mechanism during a rolling restart.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35597")
public class RecoveryIT extends AbstractRollingTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31291")
Expand Down

0 comments on commit b7dcd30

Please sign in to comment.