mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skip flaky CLI cluster manager test (#15889)
This commit is contained in:
parent
f8e0adfc05
commit
b4cf795e83
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue