Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable our feature files by default (#66) #67

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

jmtd
Copy link
Collaborator

@jmtd jmtd commented Apr 3, 2024

To prevent these feature files leaking out to all cekit test users, rename them with a ".disabled" suffix. They will still be cloned into every cekit test run, but will be ignored by behave.

For our GHA tests, re-enable them by renaming to remove the suffix.

Fixes #66.

To prevent these feature files leaking out to all `cekit test` users,
rename them with a ".disabled" suffix. They will still be cloned into
every cekit test run, but will be ignored by behave.

For our GHA tests, re-enable them by renaming to remove the suffix.

Fixes cekit#66.

Signed-off-by: Jonathan Dowland <[email protected]>
@jmtd jmtd merged commit a1794cf into cekit:v1 Apr 3, 2024
1 check passed
@jmtd jmtd deleted the rename-disable-local-features branch April 3, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature files in test/tests/features are being included for every cekit test
2 participants