Disable E2E for Cloud Run job, as there are some issues with the quota

This commit is contained in:
Wiktor Niesiobędzki
2025-08-13 12:51:36 +00:00
parent e498f3407e
commit 80ed6e29aa

View File

@@ -964,7 +964,7 @@ module "job" {
}
deletion_protection = false
}
# tftest inventory=gpu-job.yaml e2e
# tftest inventory=gpu-job.yaml
```
```hcl