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 kertal committed May 24, 2022
1 parent ffd5ef8 commit 7ebea07
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 7ebea07

Please sign in to comment.