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