Skip to content

Commit

Permalink
Merge pull request #8120 from MartinForReal/shafan/testdep
Browse files Browse the repository at this point in the history
Chores: update test deps before run e2e test
  • Loading branch information
MartinForReal authored Jan 24, 2025
2 parents 63e3330 + 24ee897 commit 39b4eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-ccm-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ LABEL_FILTER="${LABEL_FILTER:-${DEFAULT_LABEL_FILTER}}"
FLAKE_ATTEMPTS=${FLAKE_ATTEMPTS:-2}

source "${REPO_ROOT}/hack/ensure-ginkgo-v2.sh"

go mod tidy
ginkgo -flake-attempts ${FLAKE_ATTEMPTS} -skip "${SKIP_ARGS}" -label-filter "${LABEL_FILTER}" "${REPO_ROOT}"/tests/e2e/ --timeout "${CCM_E2E_TIMEOUT:-210m}"

0 comments on commit 39b4eac

Please sign in to comment.