Skip to content

Commit

Permalink
skip flaky suite (#124649)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 4, 2022
1 parent 9b284e7 commit 78d2a8d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService }: FtrProviderContext) {
const reportingAPI = getService('reportingAPI');
const es = getService('es');

describe('Report generation event logging', () => {
// FLAKY: https://github.com/elastic/kibana/issues/124649
describe.skip('Report generation event logging', () => {
before(async () => {
await reportingAPI.initEcommerce();
});
Expand Down

0 comments on commit 78d2a8d

Please sign in to comment.