[ML] Re-enabling skipped date nanos test (#112083)

This commit is contained in:
James Gowdy 2021-09-14 16:23:55 +01:00 committed by GitHub
parent b35b642fb7
commit ee7e832489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,8 +114,7 @@ export default function ({ getService }: FtrProviderContext) {
},
];
// test skipped until https://github.com/elastic/elasticsearch/pull/77109 is fixed
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(['mlqa']);
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/event_rate_nanos');