Skip to content

Commit

Permalink
skip flaky suite (#92522)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Apr 6, 2021
1 parent 21978b6 commit 671f91f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/dashboard_filtering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 671f91f

Please sign in to comment.