randomly use shield
Original commit: elastic/x-pack-elasticsearch@e3729112e3
This commit is contained in:
parent
501fd2164d
commit
d071e7ebf7
|
@ -50,7 +50,7 @@ public class WatcherRestTests extends ElasticsearchRestTestCase {
|
|||
}
|
||||
|
||||
protected boolean enableShield() {
|
||||
return randomBoolean() || true;
|
||||
return randomBoolean();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue