Skip to content

Commit 9592a90

Browse files
authored
Merge pull request #20198 from joshjms/release-3.5-remove-integration-extra
[release-3.5] Remove integration_extra from integration tests
2 parents 75357ec + 018f370 commit 9592a90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ function unit_pass {
105105

106106
function integration_extra {
107107
if [ -z "${PKG}" ] ; then
108-
run_for_module "." go_test "./contrib/raftexample" "keep_going" : -timeout="${TIMEOUT:-5m}" "${RUN_ARG[@]}" "${COMMON_TEST_FLAGS[@]}" "$@" || return $?
109108
run_for_module "tests" go_test "./integration/v2store/..." "keep_going" : -tags v2v3 -timeout="${TIMEOUT:-5m}" "${RUN_ARG[@]}" "${COMMON_TEST_FLAGS[@]}" "$@" || return $?
110109
else
111110
log_warning "integration_extra ignored when PKG is specified"

0 commit comments

Comments
 (0)