skip failing test suite (#154071)

This commit is contained in:
Kibana Machine 2023-03-30 13:01:58 -04:00
parent fe683844e8
commit a9af9e77bd

View file

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