mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#159732)
This commit is contained in:
parent
65205ab0b7
commit
62dc13291d
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const kibanaServer = getService('kibanaServer');
|
||||
|
||||
describe('GET /internal/cloud_security_posture/benchmark', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/159732
|
||||
describe.skip('GET /internal/cloud_security_posture/benchmark', () => {
|
||||
let agentPolicyId: string;
|
||||
let agentPolicyId2: string;
|
||||
let agentPolicyId3: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue