Skip to content

Commit

Permalink
[Security Solution][Detections] Unskip tests for bulk editing index p…
Browse files Browse the repository at this point in the history
…atterns (#138435)

**Ticket:** #138409
**Caused by:** #138304 (comment)

## Summary

The merge of #138304 caused unit tests for bulk editing index patterns to start failing. This PR was reverted by 0bc8cf7. The tests were skipped in 26a4783.

These tests are fully functional in `main`. Unskipping them.
  • Loading branch information
banderror authored Aug 10, 2022
1 parent 0a22f96 commit 5a24ba3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ describe('ruleParamsModifier', () => {
expect(editedRuleParams).toHaveProperty('version', ruleParamsMock.version + 1);
});

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

0 comments on commit 5a24ba3

Please sign in to comment.