Skip to content

Commit

Permalink
chore(CI): widen error code match (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Feb 23, 2024
1 parent a6f12ff commit 2a39b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/testutils/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

var (
KubectlTransientErrors = []string{
"E0222 .* the server is currently unable to handle the request",
"E022[23] .* the server is currently unable to handle the request",
}
)

Expand Down

0 comments on commit 2a39b0b

Please sign in to comment.