mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 13:15:36 +00:00
Skip Go target normalization in integration tests
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user