Skip to content

Commit

Permalink
Enable NotReady checks again
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr committed Aug 12, 2024
1 parent d60e2c1 commit 1e78077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rekt/features/authz/addressable_authz_conformance.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func AddressableAuthZConformance(gvr schema.GroupVersionResource, kind, name str
Features: []*feature.Feature{
addressableAllowsAuthorizedRequest(gvr, kind, name),
addressableRejectsUnauthorizedRequest(gvr, kind, name),
//addressableBecomesUnreadyOnUnreadyEventPolicy(gvr, kind, name), // skipping for now, as broker seems to not handle it correctly
addressableBecomesUnreadyOnUnreadyEventPolicy(gvr, kind, name),
},
}
return &fs
Expand Down

0 comments on commit 1e78077

Please sign in to comment.