From 6513efb939ede22a38ad513676ef5c76b6f7adef Mon Sep 17 00:00:00 2001 From: Larry Gregory Date: Wed, 11 May 2022 05:01:31 -0400 Subject: [PATCH] Unskip flaky tests (#131905) --- x-pack/test/functional/apps/spaces/spaces_selection.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/x-pack/test/functional/apps/spaces/spaces_selection.ts b/x-pack/test/functional/apps/spaces/spaces_selection.ts index dad2dee0d3c9c..5a8e852ffb11c 100644 --- a/x-pack/test/functional/apps/spaces/spaces_selection.ts +++ b/x-pack/test/functional/apps/spaces/spaces_selection.ts @@ -31,8 +31,7 @@ export default function spaceSelectorFunctionalTests({ ); this.tags('includeFirefox'); - // FLAKY: https://github.com/elastic/kibana/issues/99581 - describe.skip('Space Selector', () => { + describe('Space Selector', () => { before(async () => { await PageObjects.security.forceLogout(); }); @@ -63,9 +62,7 @@ export default function spaceSelectorFunctionalTests({ }); }); - // FLAKY: https://github.com/elastic/kibana/issues/118356 - // FLAKY: https://github.com/elastic/kibana/issues/118474 - describe.skip('Search spaces in popover', () => { + describe('Search spaces in popover', () => { const spaceId = 'default'; before(async () => { await PageObjects.security.forceLogout();