-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
git: skip failing git unit test on win #7068
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is green again, LGTM.
Although, is it really normal to get duplicate repositories back? |
No but it looks to be a complex issue #933 with Windows. |
@kittaakos are you against such a change?
|
No, I do not, but I'd need a little bit more time to dig into; next week 😕 As a quick fix for now, can we skip the test on Windows? |
Sure, I can update the pull-request to skip the test on Windows for the moment :) |
It's your call; whichever is easier for you. Skipping the test on Windows seems to be a bit more straightforward "fix". |
077394e
to
4f87cd9
Compare
Fixes #7064 Skips the failing `@theia/git` unit test on Windows (#933). Signed-off-by: Vincent Fugnitto <[email protected]>
4f87cd9
to
c8952e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thank you for taking care of the CI, @vince-fugnitto 👍
Please proceed with the merging once you see the green builds.
What it does
Fixes #7064
Fixes the failing
git
unit test by making it more robust to problems caused as described in #933.Note:
I understand that the original error might require more fundamental changes to git for Windows but since we will soon be migrating to the
builtins
, I thought it'd be low effort to get the CI to pass successfully.How to test
Verify that the tests during CI for
@theia/git
successfully pass.Review checklist
Reminder for reviewers
Signed-off-by: Vincent Fugnitto [email protected]