Skip to content

Commit

Permalink
[ML] Functional tests - re-activate date_nanos test (elastic#59649)
Browse files Browse the repository at this point in the history
This PR re-activates the date_nanos functional UI test.
  • Loading branch information
pheyos committed Mar 10, 2020
1 parent b8b7bbb commit 68693ba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ export default function({ getService }: FtrProviderContext) {
},
];

// test failures, see #59419
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(['smoke', 'mlqa']);
before(async () => {
await esArchiver.load('ml/event_rate_nanos');
Expand Down

0 comments on commit 68693ba

Please sign in to comment.