Skip to content

Commit

Permalink
Removing skip
Browse files Browse the repository at this point in the history
  • Loading branch information
doakalexi committed Sep 21, 2023
1 parent 30e2f2d commit 1812706
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export default function createAlertingAndActionsTelemetryTests({ getService }: F
const esTestIndexTool = new ESTestIndexTool(es, retry);
const supertestWithoutAuth = getService('supertestWithoutAuth');

// FLAKY: https://github.com/elastic/kibana/issues/140973
describe.skip('telemetry', () => {
describe('telemetry', () => {
const objectRemover = new ObjectRemover(supertest);
const alwaysFiringRuleId: { [key: string]: string } = {};

Expand Down

0 comments on commit 1812706

Please sign in to comment.