Skip to content

Commit

Permalink
skip failing test suite (elastic#192014)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 3, 2024
1 parent ba0485e commit d246193
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit d246193

Please sign in to comment.