mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#175905)
This commit is contained in:
parent
0e22f756b7
commit
3b2e7d2150
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue