skip flaky suite (#171653)

This commit is contained in:
Tiago Costa 2023-11-21 15:57:57 +00:00
parent 09a389f805
commit 663c5f611f
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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;