Skip to content

Commit

Permalink
Skipping Flaky test suite (#194045)
Browse files Browse the repository at this point in the history
## Summary

This fixes

Skipping flaky test to fix #194044

A follow up ticket was created to re-enable it later:
#194046
  • Loading branch information
opauloh authored Sep 25, 2024
1 parent 5832d44 commit 53c80d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function (providerContext: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
const fleetAndAgents = getService('fleetAndAgents');

describe('GET /internal/cloud_security_posture/status', () => {
describe.skip('GET /internal/cloud_security_posture/status', () => {
let agentPolicyId: string;

describe('STATUS = WAITING_FOR_RESULT TEST', () => {
Expand Down

0 comments on commit 53c80d1

Please sign in to comment.