[ML] Functional tests - re-activate date_nanos test (#59649)

This PR re-activates the date_nanos functional UI test.
This commit is contained in:
Robert Oskamp 2020-03-10 14:15:20 +01:00 committed by GitHub
parent e982bed7c6
commit 848188e517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,8 +165,7 @@ export default function({ getService }: FtrProviderContext) {
},
];
// test failures, see #59419
describe.skip('job on data set with date_nanos time field', function() {
describe('job on data set with date_nanos time field', function() {
this.tags(['smoke', 'mlqa']);
before(async () => {
await esArchiver.load('ml/event_rate_nanos');