mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
a11a0fdea3
commit
02790fd65a
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 reporting', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/59229
|
||||
describe.skip('lens reporting', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('lens/reporting');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue