From 78e063aa531bb9f4d4f8bf6af0fe85be9cddaccb Mon Sep 17 00:00:00 2001 From: Robert Oskamp Date: Mon, 9 Mar 2020 14:19:04 +0100 Subject: [PATCH] Re-enable tests with .only to reproduce issue --- .../apps/machine_learning/anomaly_detection/date_nanos_job.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/machine_learning/anomaly_detection/date_nanos_job.ts b/x-pack/test/functional/apps/machine_learning/anomaly_detection/date_nanos_job.ts index 6af27d558432d..cd0ec3afb3512 100644 --- a/x-pack/test/functional/apps/machine_learning/anomaly_detection/date_nanos_job.ts +++ b/x-pack/test/functional/apps/machine_learning/anomaly_detection/date_nanos_job.ts @@ -165,8 +165,8 @@ export default function({ getService }: FtrProviderContext) { }, ]; - // test failures, see #59419 - describe.skip('job on data set with date_nanos time field', function() { + // eslint-disable-next-line ban/ban + describe.only('job on data set with date_nanos time field', function() { this.tags(['smoke', 'mlqa']); before(async () => { await esArchiver.load('ml/event_rate_nanos');