skip failing test suite (#196462)

This commit is contained in:
Kibana Machine 2025-02-05 08:17:31 +11:00
parent 6552b08638
commit 3e147d5908

View file

@ -51,7 +51,8 @@ export default ({ getService }: FtrProviderContext): void => {
const createWebHookConnector = () => createConnector(getWebHookAction());
describe('@ess perform_bulk_action - ESS specific logic', () => {
// Failing: See https://github.com/elastic/kibana/issues/196462
describe.skip('@ess perform_bulk_action - ESS specific logic', () => {
beforeEach(async () => {
await deleteAllRules(supertest, log);
});