randomly use shield

Original commit: elastic/x-pack-elasticsearch@e3729112e3
This commit is contained in:
Simon Willnauer 2015-06-16 17:24:13 +02:00
parent 501fd2164d
commit d071e7ebf7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class WatcherRestTests extends ElasticsearchRestTestCase {
}
protected boolean enableShield() {
return randomBoolean() || true;
return randomBoolean();
}
@Override