Skip to content

Commit

Permalink
skip failing test suite (#154071)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Mar 30, 2023
1 parent fe68384 commit a9af9e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.dashboard.waitForRenderComplete();
};

describe('Dashboard to dashboard drilldown', function () {
// Failing: See https://github.com/elastic/kibana/issues/154071
describe.skip('Dashboard to dashboard drilldown', function () {
describe('Create & use drilldowns', () => {
before(async () => {
log.debug('Dashboard Drilldowns:initTests');
Expand Down

0 comments on commit a9af9e7

Please sign in to comment.