Browse Source

tests/e2e: skip release tests until release candidate

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee 6 years ago
parent
commit
9a2af7378a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/e2e/etcd_release_upgrade_test.go

+ 2 - 1
tests/e2e/etcd_release_upgrade_test.go

@@ -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")
@@ -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") {