Skip to content

Commit

Permalink
skip failing test suite (#141864)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 4, 2022
1 parent 7e01603 commit 5ff2232
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 createDisableRuleTests({ getService }: FtrProviderContex
const retry = getService('retry');
const supertest = getService('supertest');

describe('disable', () => {
// Failing: See https://github.com/elastic/kibana/issues/141864
describe.skip('disable', () => {
const objectRemover = new ObjectRemover(supertestWithoutAuth);
const ruleUtils = new RuleUtils({ space: Spaces.space1, supertestWithoutAuth });

Expand Down

0 comments on commit 5ff2232

Please sign in to comment.