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

Fix CI flakiness #2893

Open
martincostello opened this issue May 15, 2024 · 1 comment
Open

Fix CI flakiness #2893

martincostello opened this issue May 15, 2024 · 1 comment
Labels
help-wanted A change up for grabs for contributions from the community

Comments

@martincostello
Copy link
Collaborator

Despite some previous attempts (see #2836), there's still some instability in CI, such as #2886.

We need to come up with good lasting solution to avoid these write conflicts in build and test.

@martincostello martincostello added the help-wanted A change up for grabs for contributions from the community label May 15, 2024
@martincostello
Copy link
Collaborator Author

When resolved, un-skip this test:

[Fact(Skip = "Disabled because it makes CI unstable")]
public void Overwrites_Existing_File()

martincostello added a commit to martincostello/Swashbuckle.AspNetCore that referenced this issue May 15, 2024
Disable parallel build to see if it fixes file-write conflicts.
Relates to domaindrivendev#2893.
martincostello added a commit that referenced this issue May 18, 2024
Disable parallel build to avoid file-write conflicts.
Relates to #2893.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help-wanted A change up for grabs for contributions from the community
Projects
None yet
Development

No branches or pull requests

1 participant