mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#217399)
This commit is contained in:
parent
3d54923123
commit
9897f5dd60
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ export default function (providerContext: FtrProviderContext) {
|
|||
},
|
||||
});
|
||||
|
||||
describe('GET /internal/cloud_security_posture/benchmarks', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/217399
|
||||
describe.skip('GET /internal/cloud_security_posture/benchmarks', () => {
|
||||
describe('Get Benchmark API', async () => {
|
||||
beforeEach(async () => {
|
||||
await findingsIndex.deleteAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue