From 67719f2b57d37c90ee29e131059a9487c032ddff Mon Sep 17 00:00:00 2001 From: Tre Date: Thu, 30 Jan 2025 12:33:28 +0000 Subject: [PATCH] [SKIP ON MKI] .../security/cloud_security_posture/graph.ts (#208904) see details: https://github.com/elastic/kibana/issues/208903 --- .../test_suites/security/cloud_security_posture/graph.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x-pack/test_serverless/api_integration/test_suites/security/cloud_security_posture/graph.ts b/x-pack/test_serverless/api_integration/test_suites/security/cloud_security_posture/graph.ts index 2cbe40e945492..7ad1de2e16757 100644 --- a/x-pack/test_serverless/api_integration/test_suites/security/cloud_security_posture/graph.ts +++ b/x-pack/test_serverless/api_integration/test_suites/security/cloud_security_posture/graph.ts @@ -30,7 +30,9 @@ export default function ({ getService }: FtrProviderContext) { return req.send(body); }; - describe('POST /internal/cloud_security_posture/graph', () => { + describe('POST /internal/cloud_security_posture/graph', function () { + // see details: https://github.com/elastic/kibana/issues/208903 + this.tags(['failsOnMKI']); before(async () => { await esArchiver.loadIfNeeded( 'x-pack/test/cloud_security_posture_api/es_archives/logs_gcp_audit'