mark ESIndexLevelReplicationTestCase as abstract so it won't fail naming conventions

This commit is contained in:
Boaz Leskes 2016-06-18 19:39:37 +02:00
parent 61b7f49ed2
commit 8f96dd53aa
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ import java.util.stream.StreamSupport;
import static org.hamcrest.Matchers.empty;
import static org.hamcrest.Matchers.equalTo;
public class ESIndexLevelReplicationTestCase extends ESTestCase {
public abstract class ESIndexLevelReplicationTestCase extends ESTestCase {
private ThreadPool threadPool;
final private Index index = new Index("test", "uuid");