Skip to content

Commit

Permalink
[Rule Management] Skip Cypress tests on MKI executions (elastic#186122)
Browse files Browse the repository at this point in the history
## Summary

The
`x-pack/test/security_solution_cypress/cypress/e2e/detection_response/rule_management/rule_details/backfill_group.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: Kibana Machine <[email protected]>
  • Loading branch information
MadameSheema and kibanamachine authored Jun 18, 2024
1 parent 74903c3 commit 793d96e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import {
describe(
'Backfill groups',
{
tags: ['@ess', '@serverless'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
env: {
ftrConfig: {
kbnServerArgs: [
Expand Down

0 comments on commit 793d96e

Please sign in to comment.