diff --git a/test/integration/driver_install_or_update_test.go b/test/integration/driver_install_or_update_test.go index 81d16c2516..3f8832a6b1 100644 --- a/test/integration/driver_install_or_update_test.go +++ b/test/integration/driver_install_or_update_test.go @@ -51,7 +51,6 @@ func TestKVMDriverInstallOrUpdate(t *testing.T) { name string path string }{ - {name: "driver-without-version-support", path: filepath.Join(*testdataDir, "kvm2-driver-without-version")}, {name: "driver-with-older-version", path: filepath.Join(*testdataDir, "kvm2-driver-older-version")}, } @@ -82,7 +81,7 @@ func TestKVMDriverInstallOrUpdate(t *testing.T) { os.Setenv("PATH", fmt.Sprintf("%s:%s", path, originalPath)) // NOTE: This should be a real version, as it impacts the downloaded URL - newerVersion, err := semver.Make("1.3.0") + newerVersion, err := semver.Make("1.37.0") if err != nil { t.Fatalf("Expected new semver. test: %v, got: %v", tc.name, err) } diff --git a/test/integration/testdata/kvm2-driver-without-version/docker-machine-driver-kvm2 b/test/integration/testdata/kvm2-driver-without-version/docker-machine-driver-kvm2 deleted file mode 100755 index 0ce3916bd7..0000000000 Binary files a/test/integration/testdata/kvm2-driver-without-version/docker-machine-driver-kvm2 and /dev/null differ