Skip to content

Commit e363128

Browse files
committed
test: upgrade sanity-test to v4.0.2
disable node idemponent sanity test
1 parent 9967655 commit e363128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/sanity/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ _output/blobplugin --endpoint "$endpoint" --nodeid "$nodeid" -v=5 &
3535

3636
echo "Begin to run sanity test..."
3737
readonly CSI_SANITY_BIN='csi-sanity'
38-
"$CSI_SANITY_BIN" --ginkgo.v --csi.endpoint=$endpoint -ginkgo.skip="should fail when requesting to create a volume with already existing name and different capacity"
38+
"$CSI_SANITY_BIN" --ginkgo.v --csi.endpoint=$endpoint -ginkgo.skip="should fail when requesting to create a volume with already existing name and different capacity|should be idempotent"

test/sanity/run-tests-all-clouds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function install_csi_sanity_bin {
2323
mkdir -p $GOPATH/src/github.com/kubernetes-csi
2424
pushd $GOPATH/src/github.com/kubernetes-csi
2525
export GO111MODULE=off
26-
git clone https://github.com/kubernetes-csi/csi-test.git -b v2.2.0
26+
git clone https://github.com/kubernetes-csi/csi-test.git -b v4.0.2
2727
pushd csi-test/cmd/csi-sanity
2828
make install
2929
popd

0 commit comments

Comments
 (0)