Skip to content

Commit

Permalink
[8.x] [Cloud Security] Skipping flaky test (#195993) (#196006)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Cloud Security] Skipping flaky test
(#195993)](#195993)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Paulo
Silva","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-12T02:42:56Z","message":"[Cloud
Security] Skipping flaky test (#195993)\n\n## Summary\r\n\r\nIt fixes
#195839\r\n\r\nSkipping flaky test, opening a follow-up ticket to
re-enabled
test:\r\nhttps://github.com//issues/194046","sha":"2be7a203e14931ae17c9b00349f608ec72e6b835","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Cloud
Security","v8.16.0","backport:version"],"title":"[Cloud Security]
Skipping flaky
test","number":195993,"url":"https://github.com/elastic/kibana/pull/195993","mergeCommit":{"message":"[Cloud
Security] Skipping flaky test (#195993)\n\n## Summary\r\n\r\nIt fixes
#195839\r\n\r\nSkipping flaky test, opening a follow-up ticket to
re-enabled
test:\r\nhttps://github.com//issues/194046","sha":"2be7a203e14931ae17c9b00349f608ec72e6b835"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195993","number":195993,"mergeCommit":{"message":"[Cloud
Security] Skipping flaky test (#195993)\n\n## Summary\r\n\r\nIt fixes
#195839\r\n\r\nSkipping flaky test, opening a follow-up ticket to
re-enabled
test:\r\nhttps://github.com//issues/194046","sha":"2be7a203e14931ae17c9b00349f608ec72e6b835"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Paulo Silva <[email protected]>
  • Loading branch information
kibanamachine and opauloh authored Oct 12, 2024
1 parent a1c4495 commit 5dedf8f
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 5dedf8f

Please sign in to comment.