mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#142913)
This commit is contained in:
parent
39811a3bd5
commit
fe20722c4d
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue