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