skip flaky suite (#92522)

This commit is contained in:
Tyler Smalley 2021-04-06 12:49:33 -07:00
parent 21978b6a44
commit 671f91fa2a

View file

@ -28,7 +28,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const dashboardPanelActions = getService('dashboardPanelActions');
const PageObjects = getPageObjects(['common', 'dashboard', 'header', 'visualize', 'timePicker']);
describe('dashboard filtering', function () {
// Failing: See https://github.com/elastic/kibana/issues/92522
describe.skip('dashboard filtering', function () {
this.tags('includeFirefox');
const populateDashboard = async () => {