mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#187083)
This commit is contained in:
parent
82fb8dca37
commit
a4dd9d088f
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue