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 fast-fast for end-to-end tests in CI #295

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

unexge
Copy link
Contributor

@unexge unexge commented Nov 14, 2024

Fail-fast causes some testing resources to leak if one of tests fails. We disable it to ensure all testing resources are properly cleaned up.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Fail-fast causes some testing resources to leak if one of tests
fails. We disable it to ensure all testing resources are properly
cleaned up.

Signed-off-by: Burak Varlı <[email protected]>
@unexge unexge merged commit b9387ac into main Nov 15, 2024
17 checks passed
@unexge unexge deleted the unexge/disable-fail-fast-in-ci branch November 15, 2024 10:24
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.

2 participants