skip flaky suite (#159732)

This commit is contained in:
Tiago Costa 2023-06-14 23:19:32 +01:00
parent 65205ab0b7
commit 62dc13291d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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;