Skip to content

Commit

Permalink
[ML] Re-activate create single metric job test (#44591)
Browse files Browse the repository at this point in the history
This PR re-activates the `create single metric job` test.
  • Loading branch information
pheyos committed Sep 2, 2019
1 parent b2d0aa7 commit 993f4c4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export default function({ getService }: FtrProviderContext) {

const jobId = `fq_single_1_${Date.now()}`;

// FAILING: https://github.com/elastic/kibana/issues/44337
describe.skip('single metric job creation', function() {
describe('single metric job creation', function() {
this.tags('smoke');
before(async () => {
await esArchiver.loadIfNeeded('ml/farequote');
Expand Down

0 comments on commit 993f4c4

Please sign in to comment.