disable flaky test (#38849)

(cherry picked from commit f2dd96b50a)
This commit is contained in:
spalger 2019-06-12 16:40:33 -07:00
parent 32a5c22639
commit 000da86fc6

View file

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