skip flaky suite (#179815)

This commit is contained in:
Tiago Costa 2024-04-12 18:47:09 +01:00
parent 3f8dbe8791
commit 82fdf0414d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -143,7 +143,8 @@ export default function (providerContext: FtrProviderContext) {
},
};
describe('GET /internal/cloud_security_posture/benchmarks', () => {
// FLAKY: https://github.com/elastic/kibana/issues/179815
describe.skip('GET /internal/cloud_security_posture/benchmarks', () => {
describe('Get Benchmark API', async () => {
beforeEach(async () => {
await index.removeFindings();