mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.12`: - [[Security Solution][Detection Engine] unskip ES|QL tests (#172654)](https://github.com/elastic/kibana/pull/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":"92328789+vitaliidm@users.noreply.github.com"},"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 <92328789+vitaliidm@users.noreply.github.com>
This commit is contained in:
parent
4e2f46260a
commit
f917515e6a
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue