Skip to content

Commit

Permalink
re enable RecoveryWhileUnderLoadIT now that #14918 is merged.
Browse files Browse the repository at this point in the history
  • Loading branch information
bleskes committed Nov 23, 2015
1 parent ba80752 commit 8e1ef30
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

package org.elasticsearch.recovery;

import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.admin.indices.refresh.RefreshResponse;
import org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse;
import org.elasticsearch.action.admin.indices.stats.ShardStats;
Expand All @@ -43,7 +42,6 @@
import static org.elasticsearch.index.query.QueryBuilders.matchAllQuery;
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*;

@LuceneTestCase.AwaitsFix(bugUrl = "boaz looking into this")
public class RecoveryWhileUnderLoadIT extends ESIntegTestCase {
private final ESLogger logger = Loggers.getLogger(RecoveryWhileUnderLoadIT.class);

Expand Down

0 comments on commit 8e1ef30

Please sign in to comment.