mark abstract class as abstract
This commit is contained in:
parent
debfb0e996
commit
95abbe2057
|
@ -27,7 +27,7 @@ import org.junit.Ignore;
|
|||
import static org.hamcrest.Matchers.nullValue;
|
||||
|
||||
@Ignore
|
||||
public class AbstractParserTests extends ElasticsearchTestCase {
|
||||
public abstract class AbstractParserTests extends ElasticsearchTestCase {
|
||||
|
||||
protected XContentParser parser;
|
||||
|
||||
|
|
Loading…
Reference in New Issue