skip failing test suite (#165745)

This commit is contained in:
Kibana Machine 2024-09-18 23:30:18 +10:00
parent aa4bce0b9a
commit 6f9262ab1b

View file

@ -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 () {