Skip to content

Commit

Permalink
e2e cases about pod affinity skip cancel
Browse files Browse the repository at this point in the history
Signed-off-by: Thor-wl <13164644535@163.com>
  • Loading branch information
Thor-wl committed Sep 18, 2021
1 parent 86e9dab commit a09ba71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/e2e/jobseq/job_plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ var _ = Describe("Job E2E Test: Test Job Plugins", func() {
})

It("Test SSh Plugin with Pod Affinity", func() {
Skip("Skip temporarily for there may be some bugs and fix is on the way")
jobName := "job-with-ssh-plugin"
taskName := "task"
foundVolume := false
Expand Down
1 change: 0 additions & 1 deletion test/e2e/schedulingaction/predicates.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ var _ = Describe("Predicates E2E Test", func() {
})

It("Pod Affinity", func() {
Skip("Skip temporarily for there may be some bugs and fix is on the way")
context := e2eutil.InitTestContext(e2eutil.Options{})
defer e2eutil.CleanupTestContext(context)

Expand Down

0 comments on commit a09ba71

Please sign in to comment.