diff --git a/x-pack/test/cloud_security_posture_api/routes/vulnerabilities_dashboard.ts b/x-pack/test/cloud_security_posture_api/routes/vulnerabilities_dashboard.ts index 30bae105df8e9..1f92647699cec 100644 --- a/x-pack/test/cloud_security_posture_api/routes/vulnerabilities_dashboard.ts +++ b/x-pack/test/cloud_security_posture_api/routes/vulnerabilities_dashboard.ts @@ -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();