Skip to content

Commit

Permalink
skip flaky suite (elastic#189330)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 30, 2024
1 parent 6924f77 commit dc74b2a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ describe('telemetry tasks', () => {
});
});

describe('endpoint-meta-telemetry', () => {
// FLAKY: https://github.com/elastic/kibana/issues/189330
describe.skip('endpoint-meta-telemetry', () => {
beforeEach(async () => {
await initEndpointIndices(esClient);
});
Expand Down

0 comments on commit dc74b2a

Please sign in to comment.