Skip to content

Commit

Permalink
[Security Solution]{Detection Engine] unskip ES|QL tests (#172279)
Browse files Browse the repository at this point in the history
Tests were skipped in #172260 due
to errors related to ES API changes
elastic/elasticsearch#102767

Errors originated in DIscover component and have been fixed in
#172220
  • Loading branch information
vitaliidm authored Dec 1, 2023
1 parent a9465c7 commit f59ac29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f59ac29

Please sign in to comment.