diff --git a/testutil/e2e/allowedErrorList.go b/testutil/e2e/allowedErrorList.go index 43b64c9dce..df4c0f862b 100644 --- a/testutil/e2e/allowedErrorList.go +++ b/testutil/e2e/allowedErrorList.go @@ -12,7 +12,8 @@ var allowedErrors = map[string]string{ } var allowedErrorsDuringEmergencyMode = map[string]string{ - "connection refused": "Connection to tendermint port sometimes can happen as we shut down the node and we try to fetch info during emergency mode", + "connection refused": "Connection to tendermint port sometimes can happen as we shut down the node and we try to fetch info during emergency mode", + "connection reset by peer": "Connection to tendermint port sometimes can happen as we shut down the node and we try to fetch info during emergency mode", } var allowedErrorsPaymentE2E = map[string]string{