fix TestStoppedBinaryUpgrade test

pull/10774/head
Ilya Zuyev 2021-03-24 10:59:51 -07:00
parent 246109d00d
commit 8f7688d60e
1 changed files with 4 additions and 0 deletions

View File

@ -152,6 +152,10 @@ func TestStoppedBinaryUpgrade(t *testing.T) {
if KicDriver() { if KicDriver() {
// first release with non-experimental KIC // first release with non-experimental KIC
legacyVersion = "v1.8.0" legacyVersion = "v1.8.0"
if arm64Platform() {
// first release with non-experimental arm64 KIC
legacyVersion = "v1.17.0"
}
} }
tf, err := installRelease(legacyVersion) tf, err := installRelease(legacyVersion)