mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#178991)
This commit is contained in:
parent
e23f72796c
commit
00b776cba2
1 changed files with 2 additions and 1 deletions
|
@ -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[] = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue