skip flaky suite (#117780)

This commit is contained in:
Tiago Costa 2021-12-13 13:51:20 +00:00
parent 97bda08aa3
commit 304559ac57
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -41,7 +41,8 @@ export default function ({ getPageObjects, getService }) {
await security.testUser.restoreDefaults();
});
describe('apply filter to current view', () => {
// FLAKY: https://github.com/elastic/kibana/issues/117780
describe.skip('apply filter to current view', () => {
before(async () => {
await loadDashboardAndOpenTooltip();
});