mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +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,
|
"LimitRange": true,
|
||||||
"PodPreset": 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.
|
// ignored temporarily while waiting for bug fix.
|
||||||
"ComponentStatus": true,
|
"ComponentStatus": true,
|
||||||
"ClusterRoleBinding": true,
|
"ClusterRoleBinding": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user