mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
a9465c7b83
commit
f59ac2916d
2 changed files with 2 additions and 6 deletions
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue