mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#59229)
This commit is contained in:
parent
ff23fa3849
commit
d9a05af27a
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,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