diff --git a/x-pack/test/cloud_security_posture_functional/data_views/data_views.ts b/x-pack/test/cloud_security_posture_functional/data_views/data_views.ts index 531de8ccee98d..d6da5ff3cfe8a 100644 --- a/x-pack/test/cloud_security_posture_functional/data_views/data_views.ts +++ b/x-pack/test/cloud_security_posture_functional/data_views/data_views.ts @@ -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;