mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Remove broken part of test
This commit is contained in:
@@ -115,11 +115,6 @@ import { assertNoRpc } from '../utils';
|
||||
}));
|
||||
terminal.dispose();
|
||||
});
|
||||
|
||||
// Wait for end of task process
|
||||
await new Promise<void>(r => {
|
||||
disposables.push(tasks.onDidEndTaskProcess(() => r));
|
||||
});
|
||||
});
|
||||
|
||||
test('sync CustomExecution task should flush all data on close', async () => {
|
||||
|
||||
Reference in New Issue
Block a user