Skip to content

Commit f4608fb

Browse files
authored
Merge pull request kubernetes-sigs#660 from jingxu97/nov/snap
Modify integration test focus for Windows
2 parents eae09b6 + a8814bd commit f4608fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-windows-k8s-integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ base_cmd="${PKGDIR}/bin/k8s-integration-test \
2323
--platform=windows --bringup-cluster=false --teardown-cluster=false --teardown-driver=${teardown_driver}\
2424
--run-in-prow=true --deploy-overlay-name=${overlay_name} --service-account-file=${E2E_GOOGLE_APPLICATION_CREDENTIALS} \
2525
--do-driver-build=${do_driver_build} --gce-zone=${gce_zone} --test-version=${test_version}\
26-
--storageclass-files=sc-windows.yaml --snapshotclass-file=pd-volumesnapshotclass.yaml --test-focus='External.Storage.*ntfs' \
26+
--storageclass-files=sc-windows.yaml --snapshotclass-file=pd-volumesnapshotclass.yaml --test-focus='External.Storage' \
2727
--deployment-strategy=${deployment_strategy}"
2828

2929
eval "$base_cmd"

0 commit comments

Comments
 (0)