You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: update e2e tests for optional feature gate infrastructure
Updated feature gate tests to reflect the new optional behavior:
- Added test to verify feature gates are NOT generated by default
- Updated existing tests to use --with-feature-gates flag when needed
- Fixed test expectations for auto-detection scenarios
- Ensured tests properly validate both opt-in and discovery behavior
Tests now correctly validate:
1. Default behavior: no feature gate infrastructure generated
2. Explicit flag: infrastructure generated when requested
3. Auto-detection: infrastructure generated when markers discovered
0 commit comments