skip flaky suite (#120195)

This commit is contained in:
Tiago Costa 2021-12-06 13:37:40 +00:00
parent 8cf07a15c1
commit 76857ec075
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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();