Skip to content

Commit

Permalink
[Cloud Security] Skipping flaky test (#195993)
Browse files Browse the repository at this point in the history
## Summary

It fixes #195839

Skipping flaky test, opening a follow-up ticket to re-enabled test:
#194046
  • Loading branch information
opauloh authored Oct 12, 2024
1 parent ee341d5 commit 2be7a20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2be7a20

Please sign in to comment.