mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
exclude agent/proxyprocess tests since it will be removed in 1.6 (#5878)
This commit is contained in:
parent
d60f3c15f8
commit
bb602bf719
@ -75,7 +75,7 @@ jobs:
|
||||
|
||||
# This loop writes go test results to <reportname>.xml per go package
|
||||
- run: |
|
||||
for pkg in $(go list ./... | circleci tests split --split-by=timings --timings-type=classname | tr '\n' ' '); do
|
||||
for pkg in $(go list ./... | grep -v github.com/hashicorp/consul/agent/proxyprocess |circleci tests split --split-by=timings --timings-type=classname | tr '\n' ' '); do
|
||||
reportname=$(echo $pkg | cut -d '/' -f3- | sed "s#/#_#g")
|
||||
gotestsum --format=short-verbose --junitfile $TEST_RESULTS_DIR/$reportname.xml -- -tags=$GOTAGS $pkg
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user