Skip to content

Commit

Permalink
Enable eventtype-auto-create feature flag for e2e tests (#7940)
Browse files Browse the repository at this point in the history
Enable eventtype-auto-create feature flag for e2d tests
  • Loading branch information
creydr committed May 27, 2024
1 parent 74253dd commit a3a2ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config/config-features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data:

# ALPHA feature: The eventtype-auto-create flag allows automatic creation of Even Type instances based on Event's type being processed.
# For more details: https://github.com/knative/eventing/issues/6909
eventtype-auto-create: "disabled"
eventtype-auto-create: "enabled"

# ALPHA feature: The aauthentication-oidc flag allows you to use OIDC authentication for Eventing.
# For more details: https://github.com/knative/eventing/issues/7174
Expand Down

0 comments on commit a3a2ac0

Please sign in to comment.