mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution] unskip endpoint metering integration tests (#187816)
This commit is contained in:
parent
f380962a6e
commit
e026c2a2a9
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue