Test: add awaitFix to SearchWithRandomExceptionsTests

disabling this until further discussion. Recent failures probably relate to #9211 & #8720 (+ friends)
This commit is contained in:
Boaz Leskes 2015-02-05 11:37:50 +01:00
parent b4f7d26723
commit 97ac2f5144
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ package org.elasticsearch.search.basic;
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;
@ -51,6 +52,7 @@ import java.util.concurrent.ExecutionException;
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