Skip flaky CLI manager test (#16045)

This commit is contained in:
Kim Joar Bekkelund 2018-01-15 14:35:11 +01:00 committed by GitHub
parent 001534fcb6
commit cae1a82140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');