mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#179815)
This commit is contained in:
parent
3f8dbe8791
commit
82fdf0414d
1 changed files with 2 additions and 1 deletions
|
@ -143,7 +143,8 @@ export default function (providerContext: FtrProviderContext) {
|
|||
},
|
||||
};
|
||||
|
||||
describe('GET /internal/cloud_security_posture/benchmarks', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/179815
|
||||
describe.skip('GET /internal/cloud_security_posture/benchmarks', () => {
|
||||
describe('Get Benchmark API', async () => {
|
||||
beforeEach(async () => {
|
||||
await index.removeFindings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue