skip flaky suite (#187083)

This commit is contained in:
Tiago Costa 2024-06-28 04:51:44 +01:00
parent 82fb8dca37
commit a4dd9d088f
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -53,7 +53,8 @@ describe(
stopTransparentApiProxy();
});
describe('Usage Reporting Task', () => {
// FLAKY: https://github.com/elastic/kibana/issues/187083
describe.skip('Usage Reporting Task', () => {
it('properly sends indexed heartbeats to the metering api', () => {
const expectedChunks = Math.ceil(HEARTBEAT_COUNT / METERING_SERVICE_BATCH_SIZE);