mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#170666)
This commit is contained in:
parent
077f3de10a
commit
ff34679e8c
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ import { login } from '../../tasks/login';
|
|||
import { visitPolicyDetailsPage } from '../../screens/policy_details';
|
||||
import type { IndexedFleetEndpointPolicyResponse } from '../../../../../common/endpoint/data_loaders/index_fleet_endpoint_policy';
|
||||
|
||||
describe(
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/170666
|
||||
describe.skip(
|
||||
'When displaying the Policy Details in Security Essentials PLI',
|
||||
{
|
||||
tags: ['@serverless'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue