skip failing test suite (#142913)

This commit is contained in:
Kibana Machine 2022-10-06 14:25:13 -06:00
parent 39811a3bd5
commit fe20722c4d

View file

@ -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');