Skip to content

Commit

Permalink
Merge pull request kubernetes#85377 from liggitt/node-kubectl
Browse files Browse the repository at this point in the history
Skip Node printing in kubectl column test
  • Loading branch information
k8s-ci-robot authored Nov 16, 2019
2 parents 14fe931 + 834246c commit 292bd0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/kubectl/kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 292bd0e

Please sign in to comment.