Skip to content

Commit

Permalink
[8.12] [Security Solution][Detection Engine] unskip ES|QL tests (#172654
Browse files Browse the repository at this point in the history
) (#172836)

# Backport

This will backport the following commits from `main` to `8.12`:
- [[Security Solution][Detection Engine] unskip ES|QL tests
(#172654)](#172654)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Vitalii
Dmyterko","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-12-07T15:11:29Z","message":"[Security
Solution][Detection Engine] unskip ES|QL tests (#172654)\n\n##
Summary\r\n\r\nUnskips tests from
https://github.com/elastic/kibana/issues/172074\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n\r\n- [x] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests
changed\r\n\r\n\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4209.\r\nNo
failed unskipped tests out of
25","sha":"3f42ee0671a160783783efa8ea472a6e0f830f8a","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:
SecuritySolution","backport:prev-minor","Team:Detection
Engine","v8.12.0","v8.13.0"],"number":172654,"url":"https://github.com/elastic/kibana/pull/172654","mergeCommit":{"message":"[Security
Solution][Detection Engine] unskip ES|QL tests (#172654)\n\n##
Summary\r\n\r\nUnskips tests from
https://github.com/elastic/kibana/issues/172074\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n\r\n- [x] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests
changed\r\n\r\n\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4209.\r\nNo
failed unskipped tests out of
25","sha":"3f42ee0671a160783783efa8ea472a6e0f830f8a"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/172654","number":172654,"mergeCommit":{"message":"[Security
Solution][Detection Engine] unskip ES|QL tests (#172654)\n\n##
Summary\r\n\r\nUnskips tests from
https://github.com/elastic/kibana/issues/172074\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n\r\n- [x] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests
changed\r\n\r\n\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4209.\r\nNo
failed unskipped tests out of
25","sha":"3f42ee0671a160783783efa8ea472a6e0f830f8a"}}]}] BACKPORT-->

Co-authored-by: Vitalii Dmyterko <[email protected]>
  • Loading branch information
kibanamachine and vitaliidm authored Dec 7, 2023
1 parent 4e2f462 commit f917515
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ describe('Detection ES|QL rules, creation', { tags: ['@ess'] }, () => {
});
});

// FLAKY: https://github.com/elastic/kibana/issues/172074
describe.skip('ES|QL query validation', () => {
describe('ES|QL query validation', () => {
beforeEach(() => {
login();
visit(CREATE_RULE_URL);
Expand Down

0 comments on commit f917515

Please sign in to comment.