Skip to content

Commit dbf7b97

Browse files
committed
Bump avalanche-testing to v0.10.5-rc.3
1 parent d31b724 commit dbf7b97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/run_e2e_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "Using Avalanche Image: $AVALANCHE_IMAGE"
1717

1818
DOCKER_REPO="avaplatform"
1919
BYZANTINE_IMAGE="$DOCKER_REPO/avalanche-byzantine:v0.1.5-rc.1"
20-
TEST_SUITE_IMAGE="$DOCKER_REPO/avalanche-testing:v0.10.5-rc.2"
20+
TEST_SUITE_IMAGE="$DOCKER_REPO/avalanche-testing:v0.10.5-rc.3"
2121

2222
# If Docker Credentials are not available skip the Byzantine Tests
2323
if [[ -z ${DOCKER_USERNAME} ]]; then
@@ -52,6 +52,7 @@ 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" \
5556
`# 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)` \
5657
`# It basically says, "if and only if ${1} exists, evaluate ${@}"` \
5758
${1+"${@}"} \

0 commit comments

Comments
 (0)