From 29e9da70949258676f0c4466bc15d1b866839a93 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 5 Jun 2024 20:38:46 +0100 Subject: [PATCH] skip flaky suite (#184853) --- x-pack/test/monitoring_api_integration/apis/kibana/overview.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/monitoring_api_integration/apis/kibana/overview.ts b/x-pack/test/monitoring_api_integration/apis/kibana/overview.ts index 98a8687eedc06f5..3bb5bd3f3077e7b 100644 --- a/x-pack/test/monitoring_api_integration/apis/kibana/overview.ts +++ b/x-pack/test/monitoring_api_integration/apis/kibana/overview.ts @@ -28,7 +28,8 @@ export default function ({ getService }: FtrProviderContext) { }; testRunner(() => { - it('should get kibana rules at cluster level', async () => { + // FLAKY: https://github.com/elastic/kibana/issues/184853 + it.skip('should get kibana rules at cluster level', async () => { const { body } = await supertest .post('/api/monitoring/v1/clusters/rSEDbJNIQmOE-v9n2rV5cA') .set('kbn-xsrf', 'xxx')