skip failing test suite (#149163)

This commit is contained in:
Kibana Machine 2023-01-26 12:43:26 -05:00
parent f49c3ac7bf
commit 80b78d94cc

View file

@ -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();
});