From 6e012042fa0fbd0ae52a9f12348114c705e496af Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 12 Jul 2022 22:06:30 +0100 Subject: [PATCH] skip flaky suite (#136165 136166) --- .../host_isolation_exceptions/view/components/form.test.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/view/components/form.test.tsx b/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/view/components/form.test.tsx index 90cb1b6adac817..9287931ddb11ee 100644 --- a/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/view/components/form.test.tsx +++ b/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/view/components/form.test.tsx @@ -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(); });