test: removed small change that should not have been committed
Original commit: elastic/x-pack-elasticsearch@3b069b775a
This commit is contained in:
parent
418c341e32
commit
1d6845190f
|
@ -57,11 +57,6 @@ import static org.hamcrest.Matchers.*;
|
|||
*/
|
||||
public class BasicWatcherTests extends AbstractWatcherIntegrationTestCase {
|
||||
|
||||
@Override
|
||||
protected boolean enableShield() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public void testIndexWatch() throws Exception {
|
||||
WatcherClient watcherClient = watcherClient();
|
||||
createIndex("idx");
|
||||
|
|
Loading…
Reference in New Issue