From ae567444164d2a0be1e28100dc16c25acf0d5e57 Mon Sep 17 00:00:00 2001 From: Robert Oskamp Date: Fri, 19 Jul 2024 10:02:19 +0200 Subject: [PATCH] Skip serverless response header API tests for MKI runs --- .../test_suites/common/platform_security/response_headers.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x-pack/test_serverless/api_integration/test_suites/common/platform_security/response_headers.ts b/x-pack/test_serverless/api_integration/test_suites/common/platform_security/response_headers.ts index e731dc083bcf67..797ad2ef8e9119 100644 --- a/x-pack/test_serverless/api_integration/test_suites/common/platform_security/response_headers.ts +++ b/x-pack/test_serverless/api_integration/test_suites/common/platform_security/response_headers.ts @@ -17,6 +17,9 @@ export default function ({ getService }: FtrProviderContext) { let roleAuthc: RoleCredentials; describe('security/response_headers', function () { + // fails on MKI, see https://github.com/elastic/kibana/issues/188714 + this.tags(['failsOnMKI']); + const baseCSP = `script-src 'report-sample' 'self'; worker-src 'report-sample' 'self' blob:; style-src 'report-sample' 'self' 'unsafe-inline'; frame-ancestors 'self'`; const defaultCOOP = 'same-origin'; const defaultPermissionsPolicy =