Skip to content

Commit

Permalink
skip failing test suite (#100236)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 6, 2022
1 parent bf9d9aa commit 33b4188
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
);
};

describe('When on the Endpoint Policy Details Page', function () {
// Failing: See https://github.com/elastic/kibana/issues/100236
describe.skip('When on the Endpoint Policy Details Page', function () {
let indexedData: IndexedHostsAndAlertsResponse;

before(async () => {
Expand Down

0 comments on commit 33b4188

Please sign in to comment.