[TEST] skip benchmark tests for now

This commit is contained in:
Simon Willnauer 2014-05-20 22:20:37 +02:00
parent 9494bbd9b7
commit a60dabdf0c
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import org.elasticsearch.index.query.functionscore.script.ScriptScoreFunctionBui
import org.elasticsearch.test.ElasticsearchIntegrationTest; import org.elasticsearch.test.ElasticsearchIntegrationTest;
import org.junit.After; import org.junit.After;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import java.util.*; import java.util.*;
@ -47,6 +48,7 @@ import static org.hamcrest.Matchers.*;
* Integration tests for benchmark API * Integration tests for benchmark API
*/ */
@ElasticsearchIntegrationTest.ClusterScope(scope = ElasticsearchIntegrationTest.Scope.SUITE) @ElasticsearchIntegrationTest.ClusterScope(scope = ElasticsearchIntegrationTest.Scope.SUITE)
@Ignore
public class BenchmarkIntegrationTest extends ElasticsearchIntegrationTest { public class BenchmarkIntegrationTest extends ElasticsearchIntegrationTest {
private static final String BENCHMARK_NAME = "test_benchmark"; private static final String BENCHMARK_NAME = "test_benchmark";