Skip to content

Commit

Permalink
skip failing test suite (#142148)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 20, 2022
1 parent 8bbb43f commit f9d9e62
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
);
};

describe('Response Actions Responder', function () {
// Failing: See https://github.com/elastic/kibana/issues/142148
describe.skip('Response Actions Responder', function () {
let indexedData: IndexedHostsAndAlertsResponse;
let endpointAgentId: string;

Expand Down

0 comments on commit f9d9e62

Please sign in to comment.