Skip to content

Commit

Permalink
skip flaky suite (#140973)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 31, 2023
1 parent 4713f3e commit 7ce2cb3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function createAlertingAndActionsTelemetryTests({ getService }: F
const esTestIndexTool = new ESTestIndexTool(es, retry);
const supertestWithoutAuth = getService('supertestWithoutAuth');

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

Expand Down

0 comments on commit 7ce2cb3

Please sign in to comment.