skip flaky suite (#168625)

This commit is contained in:
Tiago Costa 2023-10-13 20:26:49 +01:00
parent ae349b9224
commit a9a8c96d95
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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 () => {