Skip to content

Commit

Permalink
don't retry s3proxy tests
Browse files Browse the repository at this point in the history
so we can catch flaky tests
  • Loading branch information
kahing committed Oct 24, 2019
1 parent 84fabf3 commit a1c8f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matrix:
include:
- name: "S3Proxy"
env: CLOUD=s3
script: travis_retry ./test/run-tests.sh
script: ./test/run-tests.sh
- name: "Azurite"
env: CLOUD=azblob
- name: "AWS"
Expand Down

0 comments on commit a1c8f79

Please sign in to comment.