Skip to content

Commit

Permalink
Disable EventArc E2E test
Browse files Browse the repository at this point in the history
The test fails with:

Error: Error creating Trigger: googleapi: Error 400: Invalid resource state for "": Permission denied while using the Eventarc Service Agent. If you recently started to use Eventarc, it may take a few minutes before all necessary permissions are propagated to the Service Agent. Otherwise, verify that it has Eventarc Service Agent role.

Retryig after 5 minutes fixes that, but thats not an option for
automated tests.
  • Loading branch information
wiktorn committed Nov 18, 2023
1 parent 950ad08 commit 9577ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cloud-run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ module "cloud_run" {
"roles/run.invoker" = [module.sa.iam_email]
}
}
# tftest modules=2 resources=5 inventory=audit-logs.yaml e2e
# tftest modules=2 resources=5 inventory=audit-logs.yaml
```

#### Using custom service accounts for triggers
Expand Down

0 comments on commit 9577ac5

Please sign in to comment.