mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 21:52:24 +00:00
Disable findTextInFiles test temp
This commit is contained in:
parent
de70176d06
commit
02420dbede
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ suite('workspace-namespace', () => {
|
|||
});
|
||||
});
|
||||
|
||||
test('findTextInFiles', async () => {
|
||||
test.skip('findTextInFiles', async () => {
|
||||
const results: vscode.TextSearchResult[] = [];
|
||||
await vscode.workspace.findTextInFiles({ pattern: 'foo' }, { include: '*.ts' }, result => {
|
||||
results.push(result);
|
||||
|
|
Loading…
Reference in a new issue