Skip to content

Commit

Permalink
Merge pull request #944 from freehan/bug-fix4
Browse files Browse the repository at this point in the history
make Generic Upgrade test run in parallel
  • Loading branch information
k8s-ci-robot authored Nov 15, 2019
2 parents 24faf8f + 3bab192 commit 569baef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/e2e-test/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ func TestGenericUpgrade(t *testing.T) {
} {
tc := tc // Capture tc as we are running this in parallel.
Framework.RunWithSandbox(tc.desc, t, func(t *testing.T, s *e2e.Sandbox) {
t.Parallel()

t.Logf("Running upgrade test %v", tc.desc)
if err := tc.test.Init(t, s, Framework); err != nil {
t.Fatalf("For upgrade test %v, step Init failed due to %v", tc.desc, err)
Expand Down

0 comments on commit 569baef

Please sign in to comment.