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