Skip to content

Commit

Permalink
skip failing test suite (#147625)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 15, 2022
1 parent 33abec1 commit 90f0088
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const retry = getService('retry');

describe('lens show underlying data from dashboard', () => {
// Failing: See https://github.com/elastic/kibana/issues/147625
describe.skip('lens show underlying data from dashboard', () => {
it('should show the open button for a compatible saved visualization', async () => {
await PageObjects.visualize.gotoVisualizationLandingPage();
await listingTable.searchForItemWithName('lnsXYvis');
Expand Down

0 comments on commit 90f0088

Please sign in to comment.