Skip to content

Commit

Permalink
skip failing test suite (elastic#138776)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 22, 2022
1 parent 8bfe338 commit 13c46d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 13c46d6

Please sign in to comment.