Skip to content

Commit

Permalink
skip flaky suite (#102722)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 21, 2021
1 parent 29e90f5 commit fa8ab2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/reporting/reporting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const es = getService('es');
const esArchiver = getService('esArchiver');

describe('Reporting', function () {
// FLAKY: https://github.com/elastic/kibana/issues/102722
describe.skip('Reporting', function () {
this.tags(['smoke', 'ciGroup2']);
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/packaging');
Expand Down

0 comments on commit fa8ab2a

Please sign in to comment.