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