mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#149163)
This commit is contained in:
parent
f49c3ac7bf
commit
80b78d94cc
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue