Skip to content

Commit

Permalink
[Security Solution] unskip endpoint metering integration tests (#187816)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeypoon authored Jul 22, 2024
1 parent f380962 commit e026c2a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand All @@ -30,6 +29,7 @@ describe.skip(
],
},
},
pageLoadTimeout: 1 * 60 * 1000,
},
() => {
const HEARTBEAT_COUNT = 2001;
Expand Down

0 comments on commit e026c2a

Please sign in to comment.