mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
fix tests on windows
This commit is contained in:
@@ -425,6 +425,7 @@ suite('Search', () => {
|
||||
|
||||
test('Find: exclude subfolder', function (done: () => void) {
|
||||
if (platform.isWindows) {
|
||||
done();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -450,6 +451,7 @@ suite('Search', () => {
|
||||
|
||||
test('Find: exclude multiple folders', function (done: () => void) {
|
||||
if (platform.isWindows) {
|
||||
done();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user