[TEST] mute ExceptionRetryTests

This commit is contained in:
Britta Weber 2015-01-03 18:40:19 +01:00
parent a50d82c44b
commit 9454593d6a
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ package org.elasticsearch.index.store;
import com.google.common.collect.Iterables; import com.google.common.collect.Iterables;
import com.google.common.collect.Lists; import com.google.common.collect.Lists;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.admin.cluster.node.stats.NodeStats; import org.elasticsearch.action.admin.cluster.node.stats.NodeStats;
import org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse; import org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse;
import org.elasticsearch.action.bulk.BulkItemResponse; import org.elasticsearch.action.bulk.BulkItemResponse;
@ -66,6 +67,7 @@ public class ExceptionRetryTests extends ElasticsearchIntegrationTest {
* see https://github.com/elasticsearch/elasticsearch/issues/8788 * see https://github.com/elasticsearch/elasticsearch/issues/8788
*/ */
@Test @Test
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elasticsearch/elasticsearch/issues/8788")
public void testRetryDueToExceptionOnNetworkLayer() throws ExecutionException, InterruptedException, IOException { public void testRetryDueToExceptionOnNetworkLayer() throws ExecutionException, InterruptedException, IOException {
final AtomicBoolean exceptionThrown = new AtomicBoolean(false); final AtomicBoolean exceptionThrown = new AtomicBoolean(false);
int numDocs = scaledRandomIntBetween(100, 1000); int numDocs = scaledRandomIntBetween(100, 1000);