Skip to content

Commit

Permalink
Revert "skips test failing promotion (elastic#79777)" (elastic#79904) (
Browse files Browse the repository at this point in the history
…elastic#79936)

This reverts commit 92ce8f3.
  • Loading branch information
Tyler Smalley authored Oct 8, 2020
1 parent eb37b68 commit 9a74a36
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 9a74a36

Please sign in to comment.