[Test] should be abstract

This commit is contained in:
Shay Banon 2014-04-12 16:14:58 +02:00
parent efb749936b
commit e9c0dd9ae4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import static org.hamcrest.CoreMatchers.is;
/**
*/
public class ElasticsearchAllocationTestCase extends ElasticsearchTestCase {
public abstract class ElasticsearchAllocationTestCase extends ElasticsearchTestCase {
public static AllocationService createAllocationService() {
return createAllocationService(ImmutableSettings.Builder.EMPTY_SETTINGS);