mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #85377 from liggitt/node-kubectl
Skip Node printing in kubectl column test
This commit is contained in:
commit
292bd0efea
@ -430,6 +430,9 @@ var _ = SIGDescribe("Kubectl client", func() {
|
||||
"LimitRange": true,
|
||||
"PodPreset": true,
|
||||
|
||||
// ignored for being disruptive in an e2e, and getting automatically deleted by a controller
|
||||
"Node": true,
|
||||
|
||||
// ignored temporarily while waiting for bug fix.
|
||||
"ComponentStatus": true,
|
||||
"ClusterRoleBinding": true,
|
||||
|
Loading…
Reference in New Issue
Block a user