-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(ci): skip broken windows tests, idle timeout, colors #2629
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
chore(ci): skip broken windows tests, idle timeout, colors #2629
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.
Small question:
@@ -1475,7 +1475,7 @@ describe('Change Streams', function() { | |||
} | |||
}); | |||
|
|||
it('should resume piping of Change Streams when a resumable error is encountered', { | |||
it.skip('should resume piping of Change Streams when a resumable error is encountered', { |
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.
Is this a sometimes leaky test?
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.
It was leaking the '_nodemongodbnative_resumepipe.txt'
resource at some point in my testing, but I forget exactly when/where. I'll unskip to check if it's still an issue.
Closed in favor of #2634