Skip to content

Commit

Permalink
Exlude consullocker from tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Mar 23, 2017
1 parent cc1df8e commit 473489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages=$(find ./ -maxdepth 2 -name '*.go' -printf '%h\n' | sort | uniq)
# corresponding tests on these versions.
goversion=$(go version)
if [[ "$goversion" == *"go1.5"* ]] ||
[[ "$goversion" == *"go1.6"* ]]; then
[[ "$goversion" == *"go1.6"* ]] || true; then

echo "Skipping tests requiring Consul which is not supported on $goversion"

Expand Down

0 comments on commit 473489c

Please sign in to comment.