Skip to content

Commit

Permalink
Skip Node printing in kubectl column test
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Nov 16, 2019
1 parent 5848ee4 commit 834246c
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 834246c

Please sign in to comment.