HBASE-20608 Remove build option of error prone profile for branch-1 after HBASE-12350

Disable our use of the errorProne profile for branch-1 in hbase-personality. It is
too taxing on the precommit builds.
This commit is contained in:
Andrew Purtell 2018-05-22 16:03:03 -07:00
parent 9d35a70b15
commit 45d928e2c6
1 changed files with 3 additions and 3 deletions

View File

@ -155,9 +155,9 @@ function personality_modules
return
fi
if [[ ${testtype} == compile ]]; then
extra="${extra} -PerrorProne"
fi
# if [[ ${testtype} == compile ]]; then
# extra="${extra} -PerrorProne"
# fi
# If EXCLUDE_TESTS_URL/INCLUDE_TESTS_URL is set, fetches the url
# and sets -Dtest.exclude.pattern/-Dtest to exclude/include the