Skip to content

Commit 4659667

Browse files
committed
Remove integration extra from integration tests
Signed-off-by: joshjms <[email protected]>
1 parent 75357ec commit 4659667

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,9 @@ function unit_pass {
103103
run_for_modules run_unit_tests "$@"
104104
}
105105

106-
function integration_extra {
107-
if [ -z "${PKG}" ] ; then
108-
run_for_module "." go_test "./contrib/raftexample" "keep_going" : -timeout="${TIMEOUT:-5m}" "${RUN_ARG[@]}" "${COMMON_TEST_FLAGS[@]}" "$@" || return $?
109-
run_for_module "tests" go_test "./integration/v2store/..." "keep_going" : -tags v2v3 -timeout="${TIMEOUT:-5m}" "${RUN_ARG[@]}" "${COMMON_TEST_FLAGS[@]}" "$@" || return $?
110-
else
111-
log_warning "integration_extra ignored when PKG is specified"
112-
fi
113-
}
114-
115106
function integration_pass {
116107
local pkgs=${USERPKG:-"./integration/..."}
117108
run_for_module "tests" go_test "${pkgs}" "parallel" : -timeout="${TIMEOUT:-15m}" "${COMMON_TEST_FLAGS[@]}" "${RUN_ARG[@]}" "$@" || return $?
118-
integration_extra "$@"
119109
}
120110

121111
function e2e_pass {

0 commit comments

Comments
 (0)