mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#138409)
This commit is contained in:
parent
73f8e52b89
commit
26a4783553
1 changed files with 2 additions and 1 deletions
|
@ -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, [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue