skip flaky suite (#214633)

This commit is contained in:
Tiago Costa 2025-03-14 19:05:40 +00:00
parent d39d4fc5c5
commit 424d8eea26
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -28,7 +28,8 @@ export default ({ getService }: FtrProviderContext): void => {
const log = getService('log');
const es = getService('es');
describe('@ess delete_rules_bulk_legacy', () => {
// FLAKY: https://github.com/elastic/kibana/issues/214633
describe.skip('@ess delete_rules_bulk_legacy', () => {
describe('deleting rules bulk using bulk_action endpoint', () => {
beforeEach(async () => {
await createAlertsIndex(supertest, log);