From c227af5101e4ffb9e2f1f2a0f80b1e25c5ae6cf6 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 18 Oct 2021 15:49:19 +0100 Subject: [PATCH] skip flaky suites (#115303) --- .../apps/saved_objects_management/spaces_integration.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/saved_objects_management/spaces_integration.ts b/x-pack/test/functional/apps/saved_objects_management/spaces_integration.ts index 757bc96e6e27a..adb2f0c19b71b 100644 --- a/x-pack/test/functional/apps/saved_objects_management/spaces_integration.ts +++ b/x-pack/test/functional/apps/saved_objects_management/spaces_integration.ts @@ -26,7 +26,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { const spaceId = 'space_1'; - describe('spaces integration', () => { + // FLAKY: https://github.com/elastic/kibana/issues/115303 + describe.skip('spaces integration', () => { before(async () => { await spacesService.create({ id: spaceId, name: spaceId }); await kibanaServer.importExport.load(