skip failing test suite (#217399)

This commit is contained in:
Kibana Machine 2025-04-07 23:09:03 +02:00
parent 3d54923123
commit 9897f5dd60

View file

@ -79,7 +79,8 @@ export default function (providerContext: FtrProviderContext) {
},
});
describe('GET /internal/cloud_security_posture/benchmarks', () => {
// Failing: See https://github.com/elastic/kibana/issues/217399
describe.skip('GET /internal/cloud_security_posture/benchmarks', () => {
describe('Get Benchmark API', async () => {
beforeEach(async () => {
await findingsIndex.deleteAll();