[Defend Workflows] Skip Cypress tests on MKI executions (#186120)

## Summary

The
`x-pack/plugins/security_solution/public/management/cypress/e2e/response_actions/response_console/scan.cy.ts`
test is failing on MKI environments (the periodic pipeline).

This is because the test in order to work need to have a feature flag
enabled. FF are not currently supported on MKI environments, that is why
in this PR we are skipping it from MKI environments by adding
`@skipInServerlessMKI` label to it.

Co-authored-by: Ash <1849116+ashokaditya@users.noreply.github.com>
This commit is contained in:
Gloria Hornero 2024-06-18 11:42:45 +02:00 committed by GitHub
parent c85e8f702a
commit cf67fede6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ describe(
],
},
},
tags: ['@ess', '@serverless'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
},
() => {
beforeEach(() => {