Skip to content

Commit

Permalink
skip failing test suite (#175905)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 30, 2024
1 parent 0e22f75 commit 3b2e7d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/cloud_security_posture_functional/pages/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
'findings',
]);

describe('Cloud Posture Rules Page', function () {
// Failing: See https://github.com/elastic/kibana/issues/175905
describe.skip('Cloud Posture Rules Page', function () {
this.tags(['cloud_security_posture_rules_page']);
let rule: typeof pageObjects.rule;

Expand Down

0 comments on commit 3b2e7d2

Please sign in to comment.