Skip to content

Commit

Permalink
[Cloud Security] Add failsOnMki to skip agentless agent policy test i…
Browse files Browse the repository at this point in the history
…n quality gates (elastic#202238)
  • Loading branch information
seanrathier authored and CAWilson94 committed Dec 12, 2024
1 parent f58b6c4 commit 0b36715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { FtrProviderContext } from '../../../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('cloud_security_posture', function () {
this.tags(['cloud_security_posture']);
this.tags(['failsOnMKI', 'cloud_security_posture']);
loadTestFile(require.resolve('./create_agent'));
});
}

0 comments on commit 0b36715

Please sign in to comment.