skip failing test suite (#192458)

This commit is contained in:
Kibana Machine 2024-09-11 00:38:52 +10:00
parent 99ee0c2da2
commit 96739aad5c

View file

@ -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());