mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skip flaky CLI manager test (#16045)
This commit is contained in:
parent
001534fcb6
commit
cae1a82140
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ describe('CLI cluster manager', function () {
|
|||
sinon.assert.calledWith(worker.on, 'fork:online');
|
||||
});
|
||||
|
||||
it('listens for cluster and process "exit" events', async function () {
|
||||
// TODO This test is flaky, see https://github.com/elastic/kibana/issues/15888
|
||||
it.skip('listens for cluster and process "exit" events', async function () {
|
||||
const worker = setup({ log: new Log(false, true) });
|
||||
|
||||
sinon.spy(process, 'on');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue