Skip forbiddenPatterns in CI for now

Original commit: elastic/x-pack-elasticsearch@3788e155ab
This commit is contained in:
Nik Everett 2017-07-25 09:50:45 -04:00
parent a8a6191428
commit 823149e456
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ case $key in
GRADLE_CLI_ARGS=(
"--info"
"check"
"-xforbiddenPatterns" # NOCOMMIT this is required *for now* but will be removed when we remove the NOCOMMITs
"-Dtests.network=true"
"-Dtests.badapples=true"
)