From 42290109371fd13b24107f836ff604620a1bf11d Mon Sep 17 00:00:00 2001 From: John Dorlus Date: Fri, 14 Oct 2022 16:53:36 -0400 Subject: [PATCH] Unskip remote clusters test 138129 (#143329) * Removed comment of the issue that was referenced for the skip. But the tests were already skipped. * Unskipping test as a fix has been made. 138510 Co-authored-by: cuffs --- .../feature_controls/remote_clusters_security.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/remote_clusters/feature_controls/remote_clusters_security.ts b/x-pack/test/functional/apps/remote_clusters/feature_controls/remote_clusters_security.ts index 03e0c69a276f4..4e5f66e0c5bb6 100644 --- a/x-pack/test/functional/apps/remote_clusters/feature_controls/remote_clusters_security.ts +++ b/x-pack/test/functional/apps/remote_clusters/feature_controls/remote_clusters_security.ts @@ -15,8 +15,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { const appsMenu = getService('appsMenu'); const managementMenu = getService('managementMenu'); - // Failing: See https://github.com/elastic/kibana/issues/138129 - describe.skip('security', () => { + describe('security', () => { before(async () => { await kibanaServer.savedObjects.cleanStandardList(); await PageObjects.common.navigateToApp('home');