Skip to content

Commit

Permalink
skip failing test suite (#196470)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 16, 2024
1 parent 4ab5832 commit 4edb91b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export default ({ getService }: FtrProviderContext): void => {
const createWebHookConnector = () => createConnector(getWebHookAction());

// Failing: See https://github.com/elastic/kibana/issues/173804
describe('@ess perform_bulk_action - ESS specific logic', () => {
// Failing: See https://github.com/elastic/kibana/issues/196470
describe.skip('@ess perform_bulk_action - ESS specific logic', () => {
beforeEach(async () => {
await deleteAllRules(supertest, log);
});
Expand Down

0 comments on commit 4edb91b

Please sign in to comment.