mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#171654)
This commit is contained in:
parent
ba8fc0ad2f
commit
8503ad1e53
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const endpointTestResources = getService('endpointTestResources');
|
||||
const retry = getService('retry');
|
||||
|
||||
describe('When on the Endpoint Policy Details Page', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/171654
|
||||
describe.skip('When on the Endpoint Policy Details Page', function () {
|
||||
targetTags(this, ['@ess', '@serverless']);
|
||||
|
||||
let indexedData: IndexedHostsAndAlertsResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue