Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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