skip failing test suite (#138776)

This commit is contained in:
Kibana Machine 2022-09-22 08:33:48 -06:00
parent 8bfe338d73
commit 13c46d6225

View file

@ -25,7 +25,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const policyTestResources = getService('policyTestResources');
const endpointTestResources = getService('endpointTestResources');
describe('When on the Endpoint Policy Details Page', function () {
// Failing: See https://github.com/elastic/kibana/issues/138776
describe.skip('When on the Endpoint Policy Details Page', function () {
let indexedData: IndexedHostsAndAlertsResponse;
before(async () => {