Skip to content

Commit

Permalink
test(misery): remove stress tests cause Travis 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Jun 28, 2019
1 parent 005c3ac commit 510dc61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ script:
- make lint
- make vet
- if [[ "${TRAVIS_PULL_REQUEST}" != "false" ]]; then make semantic RANGE=$(scripts/travis_range.sh); fi
- make stress-test-async CONCURRENT_REQUESTS=256
- make coverage
- make blackbox-integration-test
- make docker-image DOCKER_TAG=release
- make stress-test-wait TIME=60 MODE=silent

after_script:
- sudo killall -v dockerd
Expand Down

0 comments on commit 510dc61

Please sign in to comment.