Skip to content

Commit

Permalink
[Detections Response][Tests] Unskip tests (#176661)
Browse files Browse the repository at this point in the history
## Summary

Unskips tests that were skipped due to an upstream change and fixed in
elastic/elasticsearch#105298

Addresses #176105,
#176117,
#176270,
#176359,
#176360
  • Loading branch information
yctercero committed Feb 14, 2024
1 parent 9a73eb4 commit c57da8b
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ export default ({ getService }: FtrProviderContext) => {
});
});

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176105
describe.skip('Query', () => {
describe('Query', () => {
beforeEach(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/7.16.0');
await createAlertsIndex(supertest, log);
Expand Down Expand Up @@ -550,8 +549,7 @@ export default ({ getService }: FtrProviderContext) => {
});
});

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176117
describe.skip('Saved Query', () => {
describe('Saved Query', () => {
beforeEach(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/7.16.0');
await createAlertsIndex(supertest, log);
Expand Down Expand Up @@ -594,8 +592,7 @@ export default ({ getService }: FtrProviderContext) => {
});
});

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176270
describe.skip('EQL', () => {
describe('EQL', () => {
beforeEach(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/7.16.0');
await createAlertsIndex(supertest, log);
Expand Down Expand Up @@ -638,8 +635,7 @@ export default ({ getService }: FtrProviderContext) => {
});
});

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176359
describe.skip('Threshold', () => {
describe('Threshold', () => {
beforeEach(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/7.16.0');
await createAlertsIndex(supertest, log);
Expand Down

0 comments on commit c57da8b

Please sign in to comment.