Skip to content

Commit

Permalink
[TEST] Disable REST tests until #6033 is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpountz committed May 4, 2014
1 parent f4c5cde commit 01eb01c
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 com.carrotsearch.randomizedtesting.annotations.Name;
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
import com.google.common.collect.Lists;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.Version;
import org.elasticsearch.common.Strings;
import org.elasticsearch.test.ElasticsearchIntegrationTest;
Expand Down Expand Up @@ -51,6 +52,7 @@
//tests distribution disabled for now since it causes reporting problems,
// due to the non unique suite name
//@ReplicateOnEachVm
@AwaitsFix(bugUrl="https://github.com/elasticsearch/elasticsearch/issues/6033")
public class ElasticsearchRestTests extends ElasticsearchIntegrationTest {

/**
Expand Down

0 comments on commit 01eb01c

Please sign in to comment.