mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
d1b7b7fd41
commit
fe62cd54b5
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue