Unverified Commit 4ca54820 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #66278 from bart0sh/PR0021-kubeadm-wrap-tests-in-T.Run

Automatic merge from submit-queue (batch tested with PRs 66152, 66406, 66218, 66278, 65660). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. kubeadm: wrap runtime tests in a t.Run **What this PR does / why we need it**: Improved runtime tests by using [T.Run API](https://golang.org/pkg/testing/#T.Run) This should improve testing output and make it more visible which test is doing what. **Which issue(s) this PR fixes**: This PR addresses [this review comment](https://github.com/kubernetes/kubernetes/pull/64611#pullrequestreview-137441722) **Release note**: ```release-note NONE ```
parents 6c500be0 ad16fbc5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment