Skip flaky CLI cluster manager test (#15889)

This commit is contained in:
Kim Joar Bekkelund 2018-01-08 14:46:07 +01:00 committed by GitHub
parent f8e0adfc05
commit b4cf795e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,8 @@ describe('CLI cluster manager', function () {
describe('#start', function () {
describe('when not started', function () {
it('creates a fork and waits for it to come online', async function () {
// TODO This test is flaky, see https://github.com/elastic/kibana/issues/15888
it.skip('creates a fork and waits for it to come online', async function () {
const worker = setup({ log: new Log(false, true) });
sinon.spy(worker, 'on');