Skip to content

Commit 0f9334a

Browse files
committed
skip failing test suite (#220376)
1 parent 9a2dc53 commit 0f9334a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/cloud_security_posture_functional/pages/vulnerabilities.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
2020
const resourceName1 = 'name-ng-1-Node';
2121
const resourceName2 = 'othername-june12-8-8-0-1';
2222

23-
describe('Vulnerabilities Page - DataTable', function () {
23+
// Failing: See https://github.com/elastic/kibana/issues/220376
24+
describe.skip('Vulnerabilities Page - DataTable', function () {
2425
this.tags(['cloud_security_posture_vulnerabilities']);
2526
let findings: typeof pageObjects.findings;
2627
let latestVulnerabilitiesTable: typeof findings.latestVulnerabilitiesTable;

0 commit comments

Comments
 (0)