Skip to content

Commit

Permalink
[Cloud Security] unskip cloud_security_posture serverless functional …
Browse files Browse the repository at this point in the history
…ftr test (elastic#169827)

## Summary

The test was skipped in elastic#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 <[email protected]>
  • Loading branch information
maxcold and kibanamachine authored Oct 30, 2023
1 parent d1b7b7f commit fe62cd5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit fe62cd5

Please sign in to comment.