Skip to content

Commit

Permalink
skip failing test suite (#154168)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Mar 31, 2023
1 parent 3565430 commit 68a8550
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 68a8550

Please sign in to comment.