mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#196462)
This commit is contained in:
parent
6552b08638
commit
3e147d5908
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue