We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e982bed commit 848188eCopy full SHA for 848188e
x-pack/test/functional/apps/machine_learning/anomaly_detection/date_nanos_job.ts
@@ -165,8 +165,7 @@ export default function({ getService }: FtrProviderContext) {
165
},
166
];
167
168
- // test failures, see #59419
169
- describe.skip('job on data set with date_nanos time field', function() {
+ describe('job on data set with date_nanos time field', function() {
170
this.tags(['smoke', 'mlqa']);
171
before(async () => {
172
await esArchiver.load('ml/event_rate_nanos');
0 commit comments