We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513e3ca commit 423e273Copy full SHA for 423e273
hack/e2e.sh
@@ -112,10 +112,10 @@ cd cmd/csi-sanity
112
make clean install || exit 1
113
cd ../..
114
115
-runTest "${TCP_SERVER}" "${TCP_CLIENT}" &&
116
-runTest "${UDS}" "${UDS}" &&
117
-runTestWithCreds "${UDS}" "${UDS}" &&
118
-runTestAPI "${UDS}" &&
119
-runTestWithDifferentAddresses "${UDS_NODE}" "${UDS_CONTROLLER}" &&
120
-runTestAPIWithCustomTargetPaths "${UDS}" &&
121
-runTestWithCustomTargetPaths "${UDS}" "${UDS}"
+runTest "${TCP_SERVER}" "${TCP_CLIENT}"
+# runTest "${UDS}" "${UDS}" &&
+# runTestWithCreds "${UDS}" "${UDS}" &&
+# runTestAPI "${UDS}" &&
+# runTestWithDifferentAddresses "${UDS_NODE}" "${UDS_CONTROLLER}" &&
+# runTestAPIWithCustomTargetPaths "${UDS}" &&
+# runTestWithCustomTargetPaths "${UDS}" "${UDS}"
0 commit comments