retry paramiko tests if they fail (#6572)

* retry paramiko tests if they fail

flaky tests are so annoying

* comment
This commit is contained in:
Paul Kehrer 2021-11-09 12:58:54 +08:00 committed by GitHub
parent 042876f213
commit 226ff0c364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,8 @@ case "${1}" in
;;
run)
cd paramiko
inv test
# https://github.com/paramiko/paramiko/issues/1927
inv test || inv test
;;
*)
exit 1