mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#154958)
This commit is contained in:
parent
65a116fed7
commit
8360064a39
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const security = getService('security');
|
||||
const browser = getService('browser');
|
||||
|
||||
describe('lens reporting', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/154958
|
||||
describe.skip('lens reporting', () => {
|
||||
before(async () => {
|
||||
await kibanaServer.importExport.load(
|
||||
'x-pack/test/functional/fixtures/kbn_archiver/lens/reporting'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue