Skip to content

Commit

Permalink
Skip cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Sep 6, 2021
1 parent 9337f20 commit a165944
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@ describe('Custom detection rules deletion and edition', () => {
});
});

it('Allows a rule to be edited', () => {
// TODO: Remove when https://github.com/elastic/kibana/pull/111251 is merged
it.skip('Allows a rule to be edited', () => {
editFirstRule();
waitForKibana();

Expand Down

0 comments on commit a165944

Please sign in to comment.