mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
ee341d5f80
commit
2be7a203e1
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue