Skip to content

Commit

Permalink
Revert "Link to field count issue"
Browse files Browse the repository at this point in the history
This reverts commit 8c0126b.
  • Loading branch information
rudolf committed Jul 3, 2020
1 parent 8c2434c commit 60225f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x-pack/test/saved_objects_field_count/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ export async function testRunner({ getService }: FtrProviderContext) {
});
const fieldCount = Object.keys(fields).length;
log.debug('Saved Objects field count');
await reporter.metrics([
{ group: 'Saved Objects field count (see #43673)', id: 'total', value: fieldCount },
]);
await reporter.metrics([{ group: 'Saved Objects field count', id: 'total', value: fieldCount }]);
}

0 comments on commit 60225f5

Please sign in to comment.