Skip to content

Commit 6f7cc90

Browse files
[9.4] [EDR Workflows] Skip Endpoint exceptions OR operator Cypress test on MKI (#272066) (#272074)
# Backport This will backport the following commits from `main` to `9.4`: - [[EDR Workflows] Skip Endpoint exceptions OR operator Cypress test on MKI (#272066)](#272066) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Gergő Ábrahám","email":"gergo.abraham@elastic.co"},"sourceCommit":{"committedDate":"2026-06-01T08:26:03Z","message":"[EDR Workflows] Skip Endpoint exceptions OR operator Cypress test on MKI (#272066)\n\n## Summary\n\nIt seem that on MKI, we don't run our tests which use the\n`indexEndpointHosts` task, as it works with internal indices. Hence,\nthis PR skips on MKI the new Endpoint exceptions OR operator tests added\nhere:\n- #266687\n\nBackporting just to keep the test env tags in sync.","sha":"a77cff7038b5fe022c74dcea273235ceafb53cfc","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Defend Workflows","backport:version","v9.5.0","v9.4.2"],"title":"[EDR Workflows] Skip Endpoint exceptions OR operator Cypress test on MKI","number":272066,"url":"https://github.com/elastic/kibana/pull/272066","mergeCommit":{"message":"[EDR Workflows] Skip Endpoint exceptions OR operator Cypress test on MKI (#272066)\n\n## Summary\n\nIt seem that on MKI, we don't run our tests which use the\n`indexEndpointHosts` task, as it works with internal indices. Hence,\nthis PR skips on MKI the new Endpoint exceptions OR operator tests added\nhere:\n- #266687\n\nBackporting just to keep the test env tags in sync.","sha":"a77cff7038b5fe022c74dcea273235ceafb53cfc"}},"sourceBranch":"main","suggestedTargetBranches":["9.4"],"targetPullRequestStates":[{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/272066","number":272066,"mergeCommit":{"message":"[EDR Workflows] Skip Endpoint exceptions OR operator Cypress test on MKI (#272066)\n\n## Summary\n\nIt seem that on MKI, we don't run our tests which use the\n`indexEndpointHosts` task, as it works with internal indices. Hence,\nthis PR skips on MKI the new Endpoint exceptions OR operator tests added\nhere:\n- #266687\n\nBackporting just to keep the test env tags in sync.","sha":"a77cff7038b5fe022c74dcea273235ceafb53cfc"}},{"branch":"9.4","label":"v9.4.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Gergő Ábrahám <gergo.abraham@elastic.co>
1 parent b9c7857 commit 6f7cc90

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/solutions/security/plugins/security_solution/public/management/cypress/e2e/artifacts/endpoint_exceptions.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ describe(
154154
});
155155
});
156156

157-
describe('OR operator', { tags: ['@ess', '@serverless'] }, () => {
157+
// Skipped in Serverless MKI due to interactions with internal indices
158+
describe('OR operator', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
158159
let endpointData: ReturnTypeFromChainable<typeof indexEndpointHosts> | undefined;
159160

160161
const artifactNameActions: FormAction[] = [

0 commit comments

Comments
 (0)