Skip to content

Commit 018f370

Browse files
committed
Remove raftexample from integration test
Signed-off-by: joshjms <[email protected]>
1 parent 75357ec commit 018f370

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)