[Cloud Security] Skipping flaky test (#195993)

## Summary

It fixes #195839

Skipping flaky test, opening a follow-up ticket to re-enabled test:
https://github.com/elastic/kibana/issues/194046
This commit is contained in:
Paulo Silva 2024-10-11 19:42:56 -07:00 committed by GitHub
parent ee341d5f80
commit 2be7a203e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,7 @@ export default function (providerContext: FtrProviderContext) {
const vulnerabilitiesIndex = new EsIndexDataProvider(es, VULNERABILITIES_LATEST_INDEX);
const scoresIndex = new EsIndexDataProvider(es, BENCHMARK_SCORES_INDEX);
describe('Vulnerability Dashboard API', async () => {
describe.skip('Vulnerability Dashboard API', async () => {
beforeEach(async () => {
await vulnerabilitiesIndex.deleteAll();
await scoresIndex.deleteAll();