Skip to content

Commit

Permalink
[Reporting/Usage] Unskip failing test (#79172) (#79701)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
tsullivan and kibanamachine authored Oct 6, 2020
1 parent 03df993 commit 3498d12
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export default function ({ getService }: FtrProviderContext) {
const reportingAPI = getService('reportingAPI');
const usageAPI = getService('usageAPI');

// FLAKY: https://github.com/elastic/kibana/issues/78494
describe.skip('Usage', () => {
describe('Usage', () => {
before(async () => {
await esArchiver.load(OSS_KIBANA_ARCHIVE_PATH);
await esArchiver.load(OSS_DATA_ARCHIVE_PATH);
Expand Down

0 comments on commit 3498d12

Please sign in to comment.