Skip to content

Commit

Permalink
skip flaky suite (#138409)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 9, 2022
1 parent 73f8e52 commit 26a4783
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ describe('ruleParamsModifier', () => {
expect(editedRuleParams).toHaveProperty('version', ruleParamsMock.version + 1);
});

describe('index_patterns', () => {
// FLAKY: https://github.com/elastic/kibana/issues/138409
describe.skip('index_patterns', () => {
test('should add new index pattern to rule', () => {
const editedRuleParams = ruleParamsModifier(ruleParamsMock, [
{
Expand Down

0 comments on commit 26a4783

Please sign in to comment.