[FTR][Cloud Security Posture] Unskip skipped FTR test (#161821)

## Summary

around 4 weeks ago, some of FTR test are skipped due to it being
'unstable' (this was caused by Error: socket hang up issue, however this
issue has stopped occurring 2 weeks ago as such the skipped test should
be included back into our test cycle)
https://github.com/elastic/kibana/issues/159554
This commit is contained in:
Rickyanto Ang 2023-07-13 08:57:11 -07:00 committed by GitHub
parent c36b62059f
commit a17e85ec15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,7 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const kibanaServer = getService('kibanaServer');
// FLAKY: https://github.com/elastic/kibana/issues/159732
describe.skip('GET /internal/cloud_security_posture/benchmark', () => {
describe('GET /internal/cloud_security_posture/benchmark', () => {
let agentPolicyId: string;
let agentPolicyId2: string;
let agentPolicyId3: string;