mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#171653)
This commit is contained in:
parent
09a389f805
commit
663c5f611f
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/171653
|
||||
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