Skip to content

Commit

Permalink
skip failing test suite (elastic#141864)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and WafaaNasr committed Oct 14, 2022
1 parent 64d2e49 commit e398976
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 e398976

Please sign in to comment.