-
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
[file-search] File search does not respect nested .gitignore
files.
#1588
Comments
Instead of commenting out every line of execution within the test, why not using "it.skip". Later, we will see there is a test, but not completed yet and it will be easier to comeback to that specific test and fix it |
It results in exactly the same |
The result is almost the same, mocha result will flag there is a test that is not executed at the end. So just by looking at the mocha resulkt, we will know there is a test that was not performed . Ifd we comment the line, mocha will show all test passed |
Are you talking about this?
|
Yes |
Good, that's the current state. But you could still update if you want. |
Fine with me, it just to be able to track which tests are not fully executing at the end. |
this issue was reported here BurntSushi/ripgrep#829 and seems that some people are working on the fix |
Depends on #1584.
See the pending tests here: https://github.com/theia-ide/theia/blob/479ac6c77944f0234059777ed71053d754ee5262/packages/file-search/src/node/file-search-service-impl.spec.ts#L40
The text was updated successfully, but these errors were encountered: