Skip to content

Commit 7ea4c8e

Browse files
authored
Merge pull request #39 from jfrog/bugfix/WKS-2107-clie2e
WKS-2107 - Add retry on e2e for network errors
2 parents 2efc87a + b0a2413 commit 7ea4c8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/infra/itest_runner.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const (
5656

5757
var defaultRetryCommandOnErrors = []string{
5858
"returned an unexpected status code 502",
59+
"connection reset by peer",
5960
}
6061

6162
var runPlugin = plugins.RunCliWithPlugin(getApp())

0 commit comments

Comments
 (0)