mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
c85e8f702a
commit
cf67fede6e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ describe(
|
|||
],
|
||||
},
|
||||
},
|
||||
tags: ['@ess', '@serverless'],
|
||||
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
|
||||
},
|
||||
() => {
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue