mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#115614)
This commit is contained in:
parent
6f56668cc5
commit
1d46541a98
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue