Skip to content

Commit

Permalink
Merge pull request #2780 from wangyang0616/ci_skip_pytorch_e2e
Browse files Browse the repository at this point in the history
Use cases for blocking CI probabilistic failures
  • Loading branch information
volcano-sh-bot committed Apr 18, 2023
2 parents 31b47aa + 0b21e80 commit d5bd18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/jobseq/pytorch_plugin.go
Expand Up @@ -10,6 +10,8 @@ import (

var _ = Describe("Pytorch Plugin E2E Test", func() {
It("will run and complete finally", func() {
// Community CI can skip this use case, and enable this use case verification when releasing the version.
Skip("Pytorch's test image download fails probabilistically, causing the current use case to fail. ")
context := e2eutil.InitTestContext(e2eutil.Options{})
defer e2eutil.CleanupTestContext(context)

Expand Down

0 comments on commit d5bd18b

Please sign in to comment.