Skip to content

Commit

Permalink
Test: add awaitFix to SearchWithRandomExceptionsTests
Browse files Browse the repository at this point in the history
disabling this until further discussion. Recent failures probably relate to #9211 & #8720 (+ friends)
  • Loading branch information
bleskes committed Feb 5, 2015
1 parent b4f7d26 commit 97ac2f5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.apache.lucene.index.DirectoryReader;
import org.apache.lucene.index.LeafReader;
import org.apache.lucene.util.English;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
import org.elasticsearch.action.admin.indices.refresh.RefreshResponse;
Expand Down Expand Up @@ -51,6 +52,7 @@
import static org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder;
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*;

@LuceneTestCase.AwaitsFix(bugUrl = "Boaz Leskes: disabling this until further discussion. Recent failures probably relate to #9211 & #8720 (+ friends)")
public class SearchWithRandomExceptionsTests extends ElasticsearchIntegrationTest {

@Test
Expand Down

0 comments on commit 97ac2f5

Please sign in to comment.