Skip to content

Commit a89d404

Browse files
committed
Skip binary check if preload exists.
1 parent 89a6820 commit a89d404

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/aaa_download_only_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ func TestDownloadOnly(t *testing.T) {
132132
})
133133

134134
t.Run("binaries", func(t *testing.T) {
135+
if preloadExists {
136+
t.Skip("Preload exists, binaries are present within.")
137+
}
135138
// checking binaries downloaded (kubelet,kubeadm)
136139
for _, bin := range constants.KubernetesReleaseBinaries {
137140
fp := filepath.Join(localpath.MiniPath(), "cache", "linux", v, bin)

0 commit comments

Comments
 (0)