We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c386a98 commit 7995aa7Copy full SHA for 7995aa7
test/integration/testutils/retry.go
@@ -42,5 +42,8 @@ var (
42
43
// Error 400: Service account {} does not exist.
44
".*Error 400.*Service account.*does not exist*": "Error setting IAM policy",
45
+
46
+ // Error waiting for creating service network connection. This happens randomly for development, production and non-production environments
47
+ ".*Error code 16.*Error waiting for Create Service Networking Connection*": "Request had invalid authentication credentials",
48
}
49
)
0 commit comments