Skip to content

Commit 7865045

Browse files
authored
[EDR Workflows] Enable Blocklist CY in MKI (elastic#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
1 parent 8a96f69 commit 7865045

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/security_solution/public/management/cypress/e2e/artifacts

1 file changed

+1
-1
lines changed

x-pack/plugins/security_solution/public/management/cypress/e2e/artifacts/blocklist.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const {
4141
describe(
4242
'Blocklist',
4343
{
44-
tags: ['@ess', '@serverless', '@skipInServerlessMKI'], // @skipInServerlessMKI until kibana is rebuilt after merge
44+
tags: ['@ess', '@serverless'],
4545
},
4646
() => {
4747
let indexedPolicy: IndexedFleetEndpointPolicyResponse;

0 commit comments

Comments
 (0)