Skip to content

Commit

Permalink
Revert "skips test failing promotion (#79777)" (#79904) (#79937)
Browse files Browse the repository at this point in the history
This reverts commit 92ce8f3.
  • Loading branch information
Tyler Smalley committed Oct 8, 2020
1 parent 3aed9f2 commit d97d269
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
const editedDescription = 'Edited description';

// https://github.com/elastic/kibana/issues/79777
describe.skip('outlier detection creation', function () {
describe('outlier detection creation', function () {
before(async () => {
await esArchiver.loadIfNeeded('ml/ihp_outlier');
await ml.testResources.createIndexPatternIfNeeded('ft_ihp_outlier', '@timestamp');
Expand Down

0 comments on commit d97d269

Please sign in to comment.