Skip to content

Commit

Permalink
tests/e2e: skip release tests until release candidate
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
  • Loading branch information
gyuho committed Aug 3, 2019
1 parent b842cf7 commit 9a2af73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/etcd_release_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestReleaseUpgrade(t *testing.T) {
break
}
if err != nil {
t.Fatalf("cannot pull version (%v)", err)
t.Skipf("cannot pull version (%v)", err)
}

os.Setenv("ETCDCTL_API", "3")
Expand Down Expand Up @@ -103,6 +103,7 @@ func TestReleaseUpgrade(t *testing.T) {
}
}

// TODO: update after release candidate
// expect upgraded cluster version
ver := version.Version
if strings.HasSuffix(ver, "-pre") {
Expand Down

0 comments on commit 9a2af73

Please sign in to comment.