Disable integration tests due to golang build failure
This commit is contained in:
parent
86777defa8
commit
3d4a4cb617
|
@ -56,6 +56,9 @@ script:
|
||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
- cd integration-tests
|
- cd integration-tests
|
||||||
- export GOPATH="$PWD/integration-tests/golang"
|
# As of April, 23, 2016, golang http2 build fails, probably because
|
||||||
- make itprep
|
# the default go version is too old.
|
||||||
- make it
|
|
||||||
|
# - export GOPATH="$PWD/integration-tests/golang"
|
||||||
|
# - make itprep
|
||||||
|
# - make it
|
||||||
|
|
Loading…
Reference in New Issue