skip flaky suite (#163890)

This commit is contained in:
Tiago Costa 2023-08-15 01:04:55 +01:00
parent 1c463ca0f2
commit 49b3148dbe
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -27,7 +27,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/163890
describe.skip('When on the Endpoint Policy Details Page', function () {
let indexedData: IndexedHostsAndAlertsResponse;
const formTestSubjects = getPolicySettingsFormTestSubjects();