Skip to content

Commit

Permalink
Merge branch 'main' into discover-table-timeline-flyout
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeOberti authored May 2, 2024
2 parents 98e8508 + dbfea52 commit 0a60a3c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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/182512
describe.skip('@ess perform_bulk_action - ESS specific logic', () => {
beforeEach(async () => {
await deleteAllRules(supertest, log);
});
Expand Down

0 comments on commit 0a60a3c

Please sign in to comment.