mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Re-enabling skipped date nanos test (#112083)
This commit is contained in:
parent
b35b642fb7
commit
ee7e832489
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue