mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
fix tests
This commit is contained in:
@@ -483,7 +483,7 @@ suite('workspace-namespace', () => {
|
||||
assert.equal(res.length, 1);
|
||||
assert.equal(basename(vscode.workspace.asRelativePath(res[0])), 'far.js');
|
||||
});
|
||||
}).timeout(60 * 1000); // Increase timeout for search-based test
|
||||
});
|
||||
|
||||
// TODO@Joh this test fails randomly
|
||||
// test('findFiles, cancellation', () => {
|
||||
|
||||
Reference in New Issue
Block a user