From ab2739155fe8cef9d51d4563a99913f0e3091118 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 24 Jul 2024 15:51:48 +0100 Subject: [PATCH] skip flaky suites (#187719) --- .../server/integration_tests/telemetry.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/server/integration_tests/telemetry.test.ts b/x-pack/plugins/security_solution/server/integration_tests/telemetry.test.ts index 7a38948c0c46d..9ad26e4720a0b 100644 --- a/x-pack/plugins/security_solution/server/integration_tests/telemetry.test.ts +++ b/x-pack/plugins/security_solution/server/integration_tests/telemetry.test.ts @@ -148,7 +148,8 @@ describe('telemetry tasks', () => { }); }); - describe('detection-rules', () => { + // FLAKY: https://github.com/elastic/kibana/issues/187719 + describe.skip('detection-rules', () => { it('should execute when scheduled', async () => { await mockAndScheduleDetectionRulesTask();