mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#189854)
This commit is contained in:
parent
b6eee03382
commit
30fae53e2f
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
|
|||
'cspSecurity',
|
||||
]);
|
||||
|
||||
describe('Data Views', async function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/189854
|
||||
describe.skip('Data Views', async function () {
|
||||
this.tags(['cloud_security_posture_data_views', 'cloud_security_posture_spaces']);
|
||||
let cspSecurity = pageObjects.cspSecurity;
|
||||
let findings: typeof pageObjects.findings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue