Skip to content

Commit

Permalink
[EDR Workflows] Enable Blocklist CY in MKI (#197952)
Browse files Browse the repository at this point in the history
Since adding this test file was tied to changes in Kibana, we initially
couldn’t enable it in the MKI. The MKI relies on a Kibana image built
from the main branch, and at that time, the necessary changes for these
tests to pass hadn’t yet been merged. Now that these updates are
included in the main branch, the Kibana image used in MKI has the
required changes, so we can proceed with enabling the tests.

Manual MKI run -
https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-defend-workflows/builds/1545
  • Loading branch information
szwarckonrad authored Oct 28, 2024
1 parent 8a96f69 commit 7865045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const {
describe(
'Blocklist',
{
tags: ['@ess', '@serverless', '@skipInServerlessMKI'], // @skipInServerlessMKI until kibana is rebuilt after merge
tags: ['@ess', '@serverless'],
},
() => {
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
Expand Down

0 comments on commit 7865045

Please sign in to comment.