Skip to content

Commit f318d86

Browse files
committed
Drop now-covered entries from invariant allowlist
After rebase, model_serving_endpoints and database_instances gained permission configs on main; the coverage check requires removing them. Co-authored-by: Isaac
1 parent cc52ba2 commit f318d86

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

acceptance/invariant_test.go

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,14 @@ const invariantConfigsDir = "bundle/invariant/configs"
2424
var LackingInvariantTest = map[string]bool{
2525
"quality_monitors": true,
2626

27-
"alerts.permissions": true,
28-
"apps.permissions": true,
29-
"clusters.permissions": true,
30-
"dashboards.permissions": true,
31-
"database_instances.permissions": true,
32-
"experiments.permissions": true,
33-
"model_serving_endpoints.permissions": true,
34-
"pipelines.permissions": true,
35-
"postgres_projects.permissions": true,
36-
"sql_warehouses.permissions": true,
27+
"alerts.permissions": true,
28+
"apps.permissions": true,
29+
"clusters.permissions": true,
30+
"dashboards.permissions": true,
31+
"experiments.permissions": true,
32+
"pipelines.permissions": true,
33+
"postgres_projects.permissions": true,
34+
"sql_warehouses.permissions": true,
3735

3836
"catalogs.grants": true,
3937
"external_locations.grants": true,

0 commit comments

Comments
 (0)