[Security Solution] unskip endpoint metering integration tests (#187816)

This commit is contained in:
Joey F. Poon 2024-07-22 09:30:17 -07:00 committed by GitHub
parent f380962a6e
commit e026c2a2a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,8 +17,7 @@ import type { ReturnTypeFromChainable } from '../../types';
import { indexEndpointHeartbeats } from '../../tasks/index_endpoint_heartbeats';
import { login, ROLE } from '../../tasks/login';
// Failing: See https://github.com/elastic/kibana/issues/187083
describe.skip(
describe(
'Metering',
{
tags: ['@serverless', '@skipInServerlessMKI'],
@ -30,6 +29,7 @@ describe.skip(
],
},
},
pageLoadTimeout: 1 * 60 * 1000,
},
() => {
const HEARTBEAT_COUNT = 2001;