skip failing test suite (#140797)

This commit is contained in:
Kibana Machine 2022-09-22 08:34:11 -06:00
parent 13c46d6225
commit 837da729bd

View file

@ -26,7 +26,8 @@ export default function createDisableAlertTests({ getService }: FtrProviderConte
const supertest = getService('supertest');
const supertestWithoutAuth = getService('supertestWithoutAuth');
describe('disable', () => {
// Failing: See https://github.com/elastic/kibana/issues/140797
describe.skip('disable', () => {
const objectRemover = new ObjectRemover(supertest);
after(() => objectRemover.removeAll());