Skip to content

Commit 68081f3

Browse files
setup test retry setting for vpcsc etag conflict
1 parent e0d03db commit 68081f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/testutils/retry.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@ var (
4545

4646
// Error waiting for creating service network connection. This happens randomly for development, production and non-production environments
4747
".*Error code 16.*Error waiting for Create Service Networking Connection*": "Request had invalid authentication credentials",
48+
49+
// Error 400: The eTag provided {} does not match the eTag of the current version of the Access Policy, which is {}.
50+
".*Error 400: The eTag provided.*does not match the eTag of the current version of the Access Policy, which is.*": "Conflict during Access Policy configuration.",
4851
}
4952
)

0 commit comments

Comments
 (0)