Skip to content

Commit 5a9a148

Browse files
authored
Merge pull request #4 from csi-driver/mount-ci
enable mount/unmount CI test
2 parents 732dbb5 + 44fa739 commit 5a9a148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [ -v aadClientSecret ]; then
6363
exit $retcode
6464
fi
6565

66-
if [ "$cloud" == "NO-RUN-AzureChinaCloud" ]; then
66+
if [ "$cloud" != "AzureChinaCloud" ]; then
6767
# blobfuse mount/unmount on travis VM does not work against AzureChinaCloud
6868
echo "mount volume test:"
6969
$csc node publish --endpoint $endpoint --cap 1,block --target-path $target_path $volumeid

0 commit comments

Comments
 (0)