Removed ClusterScope annotation

This commit is contained in:
Martijn van Groningen 2013-09-20 19:25:50 +02:00
parent 246752c1f4
commit 7ea21c75db
1 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ import java.util.concurrent.atomic.AtomicReference;
import static org.elasticsearch.index.query.QueryBuilders.boolQuery;
import static org.elasticsearch.index.query.QueryBuilders.termQuery;
import static org.elasticsearch.percolator.PercolatorTests.convertFromTextArray;
import static org.elasticsearch.test.AbstractIntegrationTest.ClusterScope;
import static org.elasticsearch.test.hamcrest.ElasticSearchAssertions.assertNoFailures;
import static org.hamcrest.Matchers.*;
@ -49,7 +48,6 @@ import static org.hamcrest.Matchers.*;
/**
*
*/
@ClusterScope(numNodes = 2)
public class ConcurrentPercolatorTests extends AbstractIntegrationTest {
@Test