Skip to content

Commit

Permalink
Try to see if we can make it pass without
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Nov 20, 2024
1 parent 9429021 commit eb43a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/metrics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ shared_error_prone_flags='-XepExcludedPaths:.*/target/generated-sources/.*'
# XXX: These don't work...
patch_error_prone_flags='-Xep:CollectorMutability:OFF -XepOpt:Refaster:NamePattern=^(?!FileRules\$).*'
validation_error_prone_flags=''
validation_build_flags=''
validation_build_flags='-Dtest=!InstrumentedHttpClientsTest#registersExpectedMetricsGivenNameStrategy'

if [ "${#}" -gt 2 ] || ([ "${#}" = 2 ] && [ "${1:---sync}" != '--sync' ]); then
echo "Usage: ${0} [--sync] [<report_directory>]"
Expand Down

0 comments on commit eb43a77

Please sign in to comment.