mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#165745)
This commit is contained in:
parent
4437337dd1
commit
3dbf11e00b
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const dataViews = getService('dataViews');
|
||||
const { common, dashboard, header } = getPageObjects(['common', 'dashboard', 'header']);
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/165745
|
||||
// Failing: See https://github.com/elastic/kibana/issues/165745
|
||||
describe.skip('dashboard empty state', () => {
|
||||
const kbnDirectory = 'test/functional/fixtures/kbn_archiver/dashboard/current/kibana';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue