mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#168625)
This commit is contained in:
parent
ae349b9224
commit
a9a8c96d95
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue