skip flaky suite (#178991)

This commit is contained in:
Tiago Costa 2024-03-19 19:18:01 +00:00
parent e23f72796c
commit 00b776cba2
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -284,7 +284,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});
describe('filtering', () => {
// FLAKY: https://github.com/elastic/kibana/issues/178991
describe.skip('filtering', () => {
const caseTitle = 'matchme';
let caseIds: string[] = [];
const profiles: UserProfile[] = [];