Skip to content

Commit

Permalink
[ML] Re-enabling skipped date nanos test (#112083)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored Sep 14, 2021
1 parent b35b642 commit ee7e832
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit ee7e832

Please sign in to comment.