mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#163950)
This commit is contained in:
parent
7bdb53bada
commit
95d989f26c
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import { FtrProviderContext } from '../ftr_provider_context';
|
|||
export default ({ getPageObjects }: FtrProviderContext) => {
|
||||
const PageObjects = getPageObjects(['common', 'findings', 'header']);
|
||||
|
||||
describe('Findings Page onboarding', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/163950
|
||||
describe.skip('Findings Page onboarding', function () {
|
||||
this.tags(['cloud_security_posture_findings_onboarding']);
|
||||
let findings: typeof PageObjects.findings;
|
||||
let notInstalledVulnerabilities: typeof findings.notInstalledVulnerabilities;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue