mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#214633)
This commit is contained in:
parent
31e1cdcb68
commit
eed49247ed
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export default ({ getService }: FtrProviderContext): void => {
|
|||
const log = getService('log');
|
||||
const es = getService('es');
|
||||
|
||||
describe('@ess delete_rules_bulk_legacy', () => {
|
||||
// Failing: See 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue