Skip Node printing in kubectl column test

This commit is contained in:
Jordan Liggitt 2019-11-15 21:16:46 -05:00
parent 5848ee4945
commit 834246ca70

View File

@ -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,