From 0ebc1a03405bce7f1aaa37b972625ac8eb5ca3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20=C3=81brah=C3=A1m?= Date: Fri, 7 Jun 2024 14:23:36 +0200 Subject: [PATCH] [EDR Workflows][MKI test] Skip Policy Details cy test on MKI due to feature flags (#184996) ## Summary Skip Policy Details cy test on MKI due to feature flags are not supported. --- .../management/cypress/e2e/policy/policy_details.cy.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/management/cypress/e2e/policy/policy_details.cy.ts b/x-pack/plugins/security_solution/public/management/cypress/e2e/policy/policy_details.cy.ts index a46cc515ce7fc..4f5c00c6861ee 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/e2e/policy/policy_details.cy.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/e2e/policy/policy_details.cy.ts @@ -19,7 +19,12 @@ import { loadPage } from '../../tasks/common'; describe( 'Policy Details', { - tags: ['@ess', '@serverless'], + tags: [ + '@ess', + '@serverless', + // skipped on MKI since feature flags are not supported there + '@skipInServerlessMKI', + ], env: { ftrConfig: { kbnServerArgs: [