mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Skip Node printing in kubectl column test
This commit is contained in:
parent
5848ee4945
commit
834246ca70
@ -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