Skip to content

Commit

Permalink
skip failing test suite (elastic#142913)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and WafaaNasr committed Oct 14, 2022
1 parent d5abbf7 commit 25409da
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const spaces = getService('spaces');
const elasticChart = getService('elasticChart');

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

0 comments on commit 25409da

Please sign in to comment.