Skip to content

Commit 423e273

Browse files
committed
[DEBUG] Run test suite once only
1 parent 513e3ca commit 423e273

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

hack/e2e.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ cd cmd/csi-sanity
112112
make clean install || exit 1
113113
cd ../..
114114

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}"
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}"

0 commit comments

Comments
 (0)