[Security Solution]{Detection Engine] unskip ES|QL tests (#172279)

Tests were skipped in https://github.com/elastic/kibana/pull/172260 due
to errors related to ES API changes
https://github.com/elastic/elasticsearch/pull/102767

Errors originated in DIscover component and have been fixed in
https://github.com/elastic/kibana/pull/172220
This commit is contained in:
Vitalii Dmyterko 2023-12-01 08:50:24 +00:00 committed by GitHub
parent a9465c7b83
commit f59ac2916d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View file

@ -38,8 +38,7 @@ describe('Detection ES|QL rules, creation', { tags: ['@ess'] }, () => {
const rule = getEsqlRule();
const expectedNumberOfRules = 1;
// FLAKY: https://github.com/elastic/kibana/issues/172251
describe.skip('creation', () => {
describe('creation', () => {
beforeEach(() => {
deleteAlertsAndRules();
login();

View file

@ -34,10 +34,7 @@ const rule = getEsqlRule();
const expectedValidEsqlQuery = 'from auditbeat* | stats count(event.category) by event.category';
// FLAKY: https://github.com/elastic/kibana/issues/172253
// FLAKY: https://github.com/elastic/kibana/issues/172254
// FLAKY: https://github.com/elastic/kibana/issues/172255
describe.skip('Detection ES|QL rules, edit', { tags: ['@ess'] }, () => {
describe('Detection ES|QL rules, edit', { tags: ['@ess'] }, () => {
beforeEach(() => {
login();
deleteAlertsAndRules();