Skip to content

Commit

Permalink
[TEST] mute ExceptionRetryTests
Browse files Browse the repository at this point in the history
  • Loading branch information
brwe committed Jan 3, 2015
1 parent aab07c7 commit 90ce507
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -20,6 +20,7 @@

import com.google.common.collect.Iterables;
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.NodesStatsResponse;
import org.elasticsearch.action.bulk.BulkItemResponse;
Expand Down Expand Up @@ -66,6 +67,7 @@ protected Settings nodeSettings(int nodeOrdinal) {
* see https://github.com/elasticsearch/elasticsearch/issues/8788
*/
@Test
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elasticsearch/elasticsearch/issues/8788")
public void testRetryDueToExceptionOnNetworkLayer() throws ExecutionException, InterruptedException, IOException {
final AtomicBoolean exceptionThrown = new AtomicBoolean(false);
int numDocs = scaledRandomIntBetween(100, 1000);
Expand Down

0 comments on commit 90ce507

Please sign in to comment.