From 33668f4eff6cd1151c1c1a8224a2a4260f8fa0d3 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 14 Aug 2019 11:12:46 -0700 Subject: [PATCH] test: do not run "v2store" tests Signed-off-by: Gyuho Lee --- test | 3 --- 1 file changed, 3 deletions(-) diff --git a/test b/test index 0d4810363..718380f19 100755 --- a/test +++ b/test @@ -188,10 +188,7 @@ function integration_pass { } function integration_extra { - go test -timeout 1m -v ${RACE} -cpu "${TEST_CPUS}" "$@" "${REPO_PATH}/client/integration" go test -timeout 25m -v ${RACE} -cpu "${TEST_CPUS}" "$@" "${REPO_PATH}/clientv3/integration" - go test -timeout 1m -v -cpu "${TEST_CPUS}" "$@" "${REPO_PATH}/contrib/raftexample" - go test -timeout 5m -v ${RACE} -tags v2v3 "$@" "${REPO_PATH}/etcdserver/api/v2store" go test -timeout 1m -v ${RACE} -cpu "${TEST_CPUS}" -run=Example "$@" "${TEST[@]}" }