mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
parent
63734affaf
commit
c1fd907b09
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ function delay(seconds: number) {
|
|||
});
|
||||
}
|
||||
|
||||
test('typescript language server could be shutdown', async () => {
|
||||
test.skip('typescript language server could be shutdown', async () => {
|
||||
const tsLauncher = new TypescriptServerLauncher('localhost', options, new ConsoleLoggerFactory());
|
||||
const proxy = await tsLauncher.launch(true, 1, TYPESCRIPT.embedPath!);
|
||||
await proxy.initialize(options.workspacePath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue