skip flaky suite (#119258)

This commit is contained in:
spalger 2021-11-24 12:55:43 -07:00
parent ac23dce29f
commit 595469e44a

View file

@ -109,7 +109,8 @@ export default function ({ getService }: FtrProviderContext) {
const monitoredAggregatedStatsRefreshRate = 5000;
describe('health', () => {
// FLAKY: https://github.com/elastic/kibana/issues/119258
describe.skip('health', () => {
it('should return basic configuration of task manager', async () => {
const health = await getHealth();
expect(health.status).to.eql('OK');