Skip Go target normalization in integration tests

This commit is contained in:
Tim Hockin
2024-09-24 12:02:54 -07:00
parent 3582dce115
commit cf280dd6c2
5 changed files with 41 additions and 15 deletions

View File

@@ -158,7 +158,7 @@ if [[ ${#testcases[@]} -eq 0 ]]; then
kube::util::read-array testcases < <(kube::test::find_go_packages)
else
# If the user passed targets, we should normalize them.
# This can be slow!
# This can be slow for large numbers of inputs.
kube::log::status "Normalizing Go targets"
kube::util::read-array testcases < <(kube::golang::normalize_go_targets "${testcases[@]}")
fi