Remove broken part of test

This commit is contained in:
Daniel Imms
2021-03-08 17:43:35 -08:00
parent b62e3c7d1d
commit 09c3c2d3be

View File

@@ -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 () => {