mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#192014)
This commit is contained in:
parent
ba0485eab4
commit
d2461937ac
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
|
|||
const reportingFunctional = getService('reportingFunctional');
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('Access to Management > Reporting', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/192014
|
||||
describe.skip('Access to Management > Reporting', () => {
|
||||
before(async () => {
|
||||
await reportingFunctional.initEcommerce();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue