mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip failing test suite (#154168)
This commit is contained in:
parent
35654305bd
commit
68a85504e1
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const dashboardSettings = getService('dashboardSettings');
|
||||
const PageObjects = getPageObjects(['dashboard', 'tagManagement', 'common']);
|
||||
|
||||
describe('dashboard integration', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/154168
|
||||
describe.skip('dashboard integration', () => {
|
||||
before(async () => {
|
||||
await kibanaServer.importExport.load(
|
||||
'x-pack/test/saved_object_tagging/common/fixtures/es_archiver/dashboard/data.json'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue