Skip to content

Commit

Permalink
unskipping reset test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jul 7, 2023
1 parent da38519 commit 0fc8da0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/api_integration/apis/ml/jobs/reset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ export default ({ getService }: FtrProviderContext) => {
[MULTI_METRIC_JOB_CONFIG.job_id]: { reset: true, task: 'cannot be predicted' },
};

// Failing: See https://github.com/elastic/kibana/issues/160370
describe.skip('reset_jobs', function () {
describe('reset_jobs', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
await ml.testResources.createIndexPatternIfNeeded('ft_farequote', '@timestamp');
Expand Down

0 comments on commit 0fc8da0

Please sign in to comment.