Skip to content

Commit

Permalink
skip failing test suite (elastic#160062)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 9, 2024
1 parent 50d6748 commit 24a34a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/group2/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/160062
describe.skip('dashboard filtering', function () {
const populateDashboard = async () => {
await PageObjects.dashboard.clickNewDashboard();
await PageObjects.timePicker.setDefaultDataRange();
Expand Down

0 comments on commit 24a34a4

Please sign in to comment.