Skip to content

Commit

Permalink
skip failing test suite (#149163)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 26, 2023
1 parent f49c3ac commit 80b78d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/lens/group2/share.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const filterBarService = getService('filterBar');
const queryBar = getService('queryBar');

describe('lens share tests', () => {
// Failing: See https://github.com/elastic/kibana/issues/149163
describe.skip('lens share tests', () => {
before(async () => {
await PageObjects.visualize.gotoVisualizationLandingPage();
});
Expand Down

0 comments on commit 80b78d9

Please sign in to comment.