From 2df7ec912e5021df781ec664ca009a813aa884dc Mon Sep 17 00:00:00 2001 From: Matthew Cary Date: Thu, 28 Apr 2022 23:48:21 +0000 Subject: [PATCH] disable disk image testing to avoid timeout --- test/run-k8s-integration-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-k8s-integration-ci.sh b/test/run-k8s-integration-ci.sh index b1d578029..81968b70e 100755 --- a/test/run-k8s-integration-ci.sh +++ b/test/run-k8s-integration-ci.sh @@ -29,7 +29,7 @@ readonly run_intree_plugin_tests=${RUN_INTREE_PLUGIN_TESTS:-false} readonly use_kubetest2=${USE_KUBETEST2:-true} readonly test_pd_labels=${TEST_PD_LABELS:-true} readonly migration_test=${MIGRATION_TEST:-false} -readonly test_disk_image_snapshot=${TEST_DISK_IMAGE_SNAPSHOT:-true} +readonly test_disk_image_snapshot=${TEST_DISK_IMAGE_SNAPSHOT:-false} readonly GCE_PD_TEST_FOCUS="PersistentVolumes\sGCEPD|[V|v]olume\sexpand|\[sig-storage\]\sIn-tree\sVolumes\s\[Driver:\sgcepd\]|allowedTopologies|Pod\sDisks|PersistentVolumes\sDefault"