skip flaky suite (#115614)

This commit is contained in:
Tyler Smalley 2021-10-19 11:50:23 -07:00
parent 6f56668cc5
commit 1d46541a98

View file

@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const listingTable = getService('listingTable');
describe('Lens', () => {
// Failing: See https://github.com/elastic/kibana/issues/115614
describe.skip('Lens', () => {
const lensChartName = 'MyLensChart';
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');