Disable integration tests due to golang build failure

This commit is contained in:
Tatsuhiro Tsujikawa 2016-04-23 20:50:49 +09:00
parent 86777defa8
commit 3d4a4cb617
1 changed files with 6 additions and 3 deletions

View File

@ -56,6 +56,9 @@ script:
- make
- make check
- cd integration-tests
- export GOPATH="$PWD/integration-tests/golang"
- make itprep
- make it
# As of April, 23, 2016, golang http2 build fails, probably because
# the default go version is too old.
# - export GOPATH="$PWD/integration-tests/golang"
# - make itprep
# - make it