From 46e1c5b0f93960d99e6019daee82c3101dd1f288 Mon Sep 17 00:00:00 2001 From: Tim Sullivan Date: Tue, 6 Oct 2020 09:18:29 -0700 Subject: [PATCH] [Reporting/Usage] Unskip failing test (#79172) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- .../reporting_api_integration/reporting_and_security/usage.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/reporting_api_integration/reporting_and_security/usage.ts b/x-pack/test/reporting_api_integration/reporting_and_security/usage.ts index e2c6e1706437..feda5c1386e9 100644 --- a/x-pack/test/reporting_api_integration/reporting_and_security/usage.ts +++ b/x-pack/test/reporting_api_integration/reporting_and_security/usage.ts @@ -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);