mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
disable flaky test (#38849)
This commit is contained in:
parent
9e472e66fb
commit
f2dd96b50a
1 changed files with 2 additions and 1 deletions
|
@ -190,7 +190,8 @@ test('launcher can reconnect if process died', async () => {
|
|||
await delay(1000);
|
||||
});
|
||||
|
||||
test('passive launcher can start and end a process', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/38849
|
||||
test.skip('passive launcher can start and end a process', async () => {
|
||||
const launcher = new PassiveMockLauncher('mock', 'localhost', options);
|
||||
const proxy = await launcher.launch(false, 1, '');
|
||||
await retryUtil(30000, () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue