Skip to content

Commit

Permalink
skip flaky suite (elastic#168625)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and dej611 committed Oct 17, 2023
1 parent 4f1c3cb commit 9daa4ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import type { UsageStatsPayloadTestFriendly } from '../../../../../test/api_inte
export default function ({ getService }: FtrProviderContext) {
const usageApi = getService('usageAPI');

describe('Snapshot telemetry', function () {
// FLAKY: https://github.com/elastic/kibana/issues/168625
describe.skip('Snapshot telemetry', function () {
let stats: UsageStatsPayloadTestFriendly;

before(async () => {
Expand Down

0 comments on commit 9daa4ac

Please sign in to comment.