mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#168991)
This commit is contained in:
parent
291dfb04ec
commit
785840ee1f
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
|
||||
const ruleName1 = data[0].rule.name;
|
||||
|
||||
describe('Findings Page - Alerts', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/168991
|
||||
describe.skip('Findings Page - Alerts', function () {
|
||||
this.tags(['cloud_security_posture_findings_alerts']);
|
||||
let findings: typeof pageObjects.findings;
|
||||
let latestFindingsTable: typeof findings.latestFindingsTable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue