Skip to content

Commit

Permalink
skip flaky suite (#136165 136166)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 12, 2022
1 parent 8aa01c3 commit 6e01204
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ describe('When on the host isolation exceptions entry form', () => {
});
});

describe('and creating a new exception', () => {
// FLAKY: https://github.com/elastic/kibana/issues/136165
// FLAKY: https://github.com/elastic/kibana/issues/136166
describe.skip('and creating a new exception', () => {
beforeEach(async () => {
await render();
});
Expand Down

0 comments on commit 6e01204

Please sign in to comment.