Skip to content

Commit

Permalink
skip flaky suite (#170666)
Browse files Browse the repository at this point in the history
mistic committed Nov 6, 2023
1 parent e2645a7 commit 4189b26
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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'],

0 comments on commit 4189b26

Please sign in to comment.