From fe62cd54b563078a7c0d41c087371c2da57dca7a Mon Sep 17 00:00:00 2001 From: Maxim Kholod Date: Mon, 30 Oct 2023 14:24:17 +0100 Subject: [PATCH] [Cloud Security] unskip cloud_security_posture serverless functional ftr test (#169827) ## Summary The test was skipped in https://github.com/elastic/kibana/issues/168904 due to flakiness Unskipping as I run it two times on flaky test runner with 50 and 100 runs (https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3731 and https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3745) and all of them were green --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> --- .../ftr/cloud_security_posture/compliance_dashboard.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test_serverless/functional/test_suites/security/ftr/cloud_security_posture/compliance_dashboard.ts b/x-pack/test_serverless/functional/test_suites/security/ftr/cloud_security_posture/compliance_dashboard.ts index 6a6734b8f3fe3..54fa5a725e29a 100644 --- a/x-pack/test_serverless/functional/test_suites/security/ftr/cloud_security_posture/compliance_dashboard.ts +++ b/x-pack/test_serverless/functional/test_suites/security/ftr/cloud_security_posture/compliance_dashboard.ts @@ -56,8 +56,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { await pageObjects.svlCommonPage.forceLogout(); }); - // FLAKY: https://github.com/elastic/kibana/issues/168904 - describe.skip('Kubernetes Dashboard', () => { + describe('Kubernetes Dashboard', () => { it('displays accurate summary compliance score', async () => { const scoreElement = await dashboard.getKubernetesComplianceScore();