skip flaky suite (#171653, #171654)

This commit is contained in:
Tiago Costa 2024-04-09 17:13:58 +01:00
parent c3c9df690c
commit 3839523be9
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -30,7 +30,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
// FLAKY: https://github.com/elastic/kibana/issues/171653
// FLAKY: https://github.com/elastic/kibana/issues/171654
describe('When on the Endpoint Policy Details Page', function () {
describe.skip('When on the Endpoint Policy Details Page', function () {
targetTags(this, ['@ess', '@serverless']);
let indexedData: IndexedHostsAndAlertsResponse;