Skip to content

Commit

Permalink
skip failing test suite (elastic#208533)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 28, 2025
1 parent eaeb9a2 commit c64fb07
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const POLICY_NAME_FIELD = 'createAgentPolicyNameField';
const SETUP_TECHNOLOGY_SELECTOR = 'setup-technology-selector-accordion';

describe('Agentless Security Posture Integration Options', function () {
// Failing: See https://github.com/elastic/kibana/issues/208533
describe.skip('Agentless Security Posture Integration Options', function () {
let cisIntegration: typeof pageObjects.cisAddIntegration;

before(async () => {
Expand Down

0 comments on commit c64fb07

Please sign in to comment.