[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>
This commit is contained in:
Maxim Kholod 2023-10-30 14:24:17 +01:00 committed by GitHub
parent d1b7b7fd41
commit fe62cd54b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();