mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#120195)
This commit is contained in:
parent
e3c514993c
commit
ffb83e199b
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await security.testUser.restoreDefaults();
|
||||
});
|
||||
|
||||
describe('adding a filter that excludes all data', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/120195
|
||||
describe.skip('adding a filter that excludes all data', () => {
|
||||
before(async () => {
|
||||
await populateDashboard();
|
||||
await addFilterAndRefresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue