Skip to content

Commit d65c583

Browse files
committed
wip: only run image tests
1 parent e52b7e8 commit d65c583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-k8s-integration-ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [ -n "$gke_node_version" ]; then
102102
fi
103103

104104
if [ "$test_disk_image_snapshot" = true ]; then
105-
base_cmd="${base_cmd} --snapshotclass-files=image-volumesnapshotclass.yaml,pd-volumesnapshotclass.yaml"
105+
base_cmd="${base_cmd} --snapshotclass-files=image-volumesnapshotclass.yaml"
106106
else
107107
base_cmd="${base_cmd} --snapshotclass-files=pd-volumesnapshotclass.yaml"
108108
fi

0 commit comments

Comments
 (0)