mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
retry paramiko tests if they fail (#6572)
* retry paramiko tests if they fail flaky tests are so annoying * comment
This commit is contained in:
parent
042876f213
commit
226ff0c364
1 changed files with 2 additions and 1 deletions
3
.github/downstream.d/paramiko.sh
vendored
3
.github/downstream.d/paramiko.sh
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue