[Test] should be abstract
This commit is contained in:
parent
efb749936b
commit
e9c0dd9ae4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue