Skip to content

Commit 8a5e90b

Browse files
authored
Merge pull request #3676 from sbueringer/pr-poc
2 parents 539fec3 + 693adc0 commit 8a5e90b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hack/e2e.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ if [[ ! "${GINKGO_FOCUS:-}" =~ $RE_VCSIM ]]; then
178178
wait_for_vsphere_reachable
179179
fi
180180

181+
if [ -n "${SKIP_E2E_TESTS:-}" ]; then
182+
junit::createJunitReportE2Esh 0 "${ORIGINAL_ARTIFACTS}/junit.e2e-sh.xml"
183+
exit 0
184+
fi
185+
181186
# Make tests run in-parallel
182187
export GINKGO_NODES=4
183188

0 commit comments

Comments
 (0)