Skip to content

Commit

Permalink
skip failing test suite (#141849)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 20, 2022
1 parent f9d9e62 commit 9a433da
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/141849
describe.skip('disable', () => {
const objectRemover = new ObjectRemover(supertest);

after(() => objectRemover.removeAll());
Expand Down

0 comments on commit 9a433da

Please sign in to comment.