mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#192458)
This commit is contained in:
parent
99ee0c2da2
commit
96739aad5c
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
const es = getService('es');
|
||||
const supertestWithoutAuth = getService('supertestWithoutAuth');
|
||||
|
||||
describe('bulkDisableRules', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/192458
|
||||
describe.skip('bulkDisableRules', () => {
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
|
||||
afterEach(() => objectRemover.removeAll());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue