From ccf4410095ac75abcb3d3f398cae91f4dbc05d96 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 15 Sep 2021 21:17:30 +0000 Subject: [PATCH] skip flaky suite (#112353) --- .../security_and_spaces/tests/common/cases/import_export.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/case_api_integration/security_and_spaces/tests/common/cases/import_export.ts b/x-pack/test/case_api_integration/security_and_spaces/tests/common/cases/import_export.ts index df4e858e8a290..90c2cfb5b8e4f 100644 --- a/x-pack/test/case_api_integration/security_and_spaces/tests/common/cases/import_export.ts +++ b/x-pack/test/case_api_integration/security_and_spaces/tests/common/cases/import_export.ts @@ -29,7 +29,8 @@ export default ({ getService }: FtrProviderContext): void => { const supertest = getService('supertest'); const es = getService('es'); - describe('import and export cases', () => { + // FLAKY: https://github.com/elastic/kibana/issues/112353 + describe.skip('import and export cases', () => { const actionsRemover = new ActionsRemover(supertest); afterEach(async () => {