Skip to content

Commit

Permalink
skip failing test suite (elastic#140797)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 22, 2022
1 parent 13c46d6 commit 837da72
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 837da72

Please sign in to comment.