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
aa4bce0b9a
commit
6f9262ab1b
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const dataViews = getService('dataViews');
|
||||
const { common, dashboard, header } = getPageObjects(['common', 'dashboard', 'header']);
|
||||
|
||||
describe('dashboard empty state', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/165745
|
||||
describe.skip('dashboard empty state', () => {
|
||||
const kbnDirectory = 'test/functional/fixtures/kbn_archiver/dashboard/current/kibana';
|
||||
|
||||
before(async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue