Skip to content

Commit 848188e

Browse files
authored
[ML] Functional tests - re-activate date_nanos test (#59649)
This PR re-activates the date_nanos functional UI test.
1 parent e982bed commit 848188e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/test/functional/apps/machine_learning/anomaly_detection/date_nanos_job.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ export default function({ getService }: FtrProviderContext) {
165165
},
166166
];
167167

168-
// test failures, see #59419
169-
describe.skip('job on data set with date_nanos time field', function() {
168+
describe('job on data set with date_nanos time field', function() {
170169
this.tags(['smoke', 'mlqa']);
171170
before(async () => {
172171
await esArchiver.load('ml/event_rate_nanos');

0 commit comments

Comments
 (0)