Skip to content

Commit 9478ea8

Browse files
committed
Fix typo
1 parent dbf7b97 commit 9478ea8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci/run_e2e_tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ docker run \
5252
--env "SUITE_EXECUTION_VOLUME=${SUITE_EXECUTION_VOLUME}" \
5353
--env "KURTOSIS_API_IMAGE=${API_IMAGE}" \
5454
--env "PARALLELISM=${PARALLELISM}" \
55-
--env "TEST_NAMES=virtuousCorethTest" \
5655
`# In Bash, this is how you feed arguments exactly as-is to a child script (since ${*} loses quoting and ${@} trips set -e if no arguments are passed)` \
5756
`# It basically says, "if and only if ${1} exists, evaluate ${@}"` \
5857
${1+"${@}"} \

0 commit comments

Comments
 (0)