Skip to content

Commit

Permalink
skip flaky suite (elastic#131369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavit Baturalp Gurdin authored and Esteban Beltran committed May 4, 2022
1 parent b68fdad commit cf421a8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import { TelemetryCounterType } from '../events';

const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));

describe('AnalyticsClient', () => {
// FLAKY: https://github.com/elastic/kibana/issues/131369
describe.skip('AnalyticsClient', () => {
let analyticsClient: AnalyticsClient;
let logger: MockedLogger;

Expand Down

0 comments on commit cf421a8

Please sign in to comment.