Skip to content

Commit 7a98037

Browse files
[9.2] [Security Solution][Detection Engine]unskip ES|QL ftr tests (elastic#242937) (elastic#243789)
# Backport This will backport the following commits from `main` to `9.2`: - [[Security Solution][Detection Engine]unskip ES|QL ftr tests (elastic#242937)](elastic#242937) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Vitalii Dmyterko","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-11-21T11:33:17Z","message":"[Security Solution][Detection Engine]unskip ES|QL ftr tests (elastic#242937)\n\n## Summary\n\n- addresses https://github.com/elastic/kibana/issues/235886\n- could not reproduce failures. Unclear what was the issue, tests\npassing locally and flaky test runner. If failure happen again, we\nshould just skip one test, not all ES|QL","sha":"4ec90ae91793404ec8ab6332e0d0eab27409ac72","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.2.0","v9.3.0"],"title":"[Security Solution][Detection Engine]unskip ES|QL ftr tests","number":242937,"url":"https://github.com/elastic/kibana/pull/242937","mergeCommit":{"message":"[Security Solution][Detection Engine]unskip ES|QL ftr tests (elastic#242937)\n\n## Summary\n\n- addresses https://github.com/elastic/kibana/issues/235886\n- could not reproduce failures. Unclear what was the issue, tests\npassing locally and flaky test runner. If failure happen again, we\nshould just skip one test, not all ES|QL","sha":"4ec90ae91793404ec8ab6332e0d0eab27409ac72"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/242937","number":242937,"mergeCommit":{"message":"[Security Solution][Detection Engine]unskip ES|QL ftr tests (elastic#242937)\n\n## Summary\n\n- addresses https://github.com/elastic/kibana/issues/235886\n- could not reproduce failures. Unclear what was the issue, tests\npassing locally and flaky test runner. If failure happen again, we\nshould just skip one test, not all ES|QL","sha":"4ec90ae91793404ec8ab6332e0d0eab27409ac72"}}]}] BACKPORT--> Co-authored-by: Vitalii Dmyterko <[email protected]>
1 parent c6181a2 commit 7a98037

File tree

1 file changed

+1
-2
lines changed
  • x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/esql/trial_license_complete_tier

1 file changed

+1
-2
lines changed

x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/esql/trial_license_complete_tier/esql.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ export default ({ getService }: FtrProviderContext) => {
6868
*/
6969
const internalIdPipe = (id: string) => `| where id=="${id}"`;
7070

71-
// Failing: See https://github.com/elastic/kibana/issues/235886
72-
describe.skip('@ess @serverless ES|QL rule type', () => {
71+
describe('@ess @serverless ES|QL rule type', () => {
7372
before(async () => {
7473
await esArchiver.load(
7574
'x-pack/solutions/security/test/fixtures/es_archives/security_solution/ecs_compliant'

0 commit comments

Comments
 (0)