Skip to content

Commit

Permalink
Merge pull request #25206 from soltysh/fix_tests
Browse files Browse the repository at this point in the history
Bring back sig-cli tests
  • Loading branch information
openshift-merge-robot authored Jun 25, 2020
2 parents b325e80 + 05229dc commit c323bcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions test/extended/util/annotate/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,25 +275,6 @@ var (
`\[Feature:GKELocalSSD\]`,
`\[Feature:GKENodePool\]`,
},

"[Disabled:sig-cli]": {
// Removed in 1.18, skipping those to merge oc rebase before origin gets rebased to 1.18
// TODO(jchaloup): once origin is rebased to 1.18, remove the lines
"Kubectl alpha client Kubectl run CronJob should create a CronJob",
"Kubectl client Simple pod should support inline execution and attach",
"Kubectl client Simple pod should contain last line of the log",
"Kubectl client Kubectl logs should be able to retrieve and filter logs",
"Kubectl client Kubectl run default should create an rc or deployment from an image",
"Kubectl client Kubectl run rc should create an rc from an image",
"Kubectl client Kubectl rolling-update should support rolling-update to same image",
"Kubectl client Kubectl run deployment should create a deployment from an image",
"Kubectl client Kubectl run job should create a job from an image when restart is OnFailure",
"Kubectl client Kubectl run CronJob should create a CronJob",
"Kubectl client Kubectl run pod should create a pod from an image when restart is Never",
"Kubectl client Kubectl replace should update a single-container pod's image",
"Kubectl client Kubectl run --rm job should create a job from an image, then delete the job",
"Kubectl client Update Demo should do a rolling update of a replication controller",
},
}

// labelExcludes temporarily block tests out of a specific suite
Expand Down

0 comments on commit c323bcd

Please sign in to comment.