mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[EDR Workflows] Enable Blocklist CY in MKI (#197952)
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
This commit is contained in:
parent
8a96f69250
commit
7865045f41
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const {
|
|||
describe(
|
||||
'Blocklist',
|
||||
{
|
||||
tags: ['@ess', '@serverless', '@skipInServerlessMKI'], // @skipInServerlessMKI until kibana is rebuilt after merge
|
||||
tags: ['@ess', '@serverless'],
|
||||
},
|
||||
() => {
|
||||
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue