mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Security Solution] unskip endpoint metering tests (#187431)
## Summary unskip endpoint metering integration tests. passed 100/100 flaky test runs. ### Checklist - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
This commit is contained in:
parent
18c5f83e64
commit
2c7b381089
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ describe(
|
|||
stopTransparentApiProxy();
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/187083
|
||||
describe.skip('Usage Reporting Task', () => {
|
||||
describe('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