Browse Source

disable fragile bash test

pull/1780/head
Ethan Buchman 7 years ago
parent
commit
2bd556205d
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      tests/test.sh

+ 3
- 1
tests/test.sh View File

@ -5,5 +5,7 @@ set -e
bash tests/test_app/test.sh bash tests/test_app/test.sh
# test the cli against the examples in the tutorial at tendermint.com # test the cli against the examples in the tutorial at tendermint.com
bash tests/test_cli/test.sh
# TODO: make these less fragile
# bash tests/test_cli/test.sh

Loading…
Cancel
Save