Skip to content

Commit

Permalink
[SKIP ON MKI] .../security/cloud_security_posture/graph.ts (elastic#2…
Browse files Browse the repository at this point in the history
…08904)

see details: elastic#208903
  • Loading branch information
wayneseymour authored Jan 30, 2025
1 parent 1e63b5a commit 67719f2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export default function ({ getService }: FtrProviderContext) {
return req.send(body);
};

describe('POST /internal/cloud_security_posture/graph', () => {
describe('POST /internal/cloud_security_posture/graph', function () {
// see details: https://github.com/elastic/kibana/issues/208903
this.tags(['failsOnMKI']);
before(async () => {
await esArchiver.loadIfNeeded(
'x-pack/test/cloud_security_posture_api/es_archives/logs_gcp_audit'
Expand Down

0 comments on commit 67719f2

Please sign in to comment.