Skip to content

Commit

Permalink
skip flaky suite (#189854)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 6, 2024
1 parent b6eee03 commit 30fae53
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 30fae53

Please sign in to comment.