skip failing test suite (#225172)

This commit is contained in:
Kibana Machine 2025-06-25 11:22:44 +02:00
parent f317cec25b
commit f9d2c33852

View file

@ -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();
});