Skip to content

Commit

Permalink
[8.9] [ML] Unskips outlier creation functional tests (#164835)
Browse files Browse the repository at this point in the history
## Summary

Unskips the outlier detection creation functional tests for 8.9 that
were skipped in
#142093 (comment).

The failing test on `8.9.2` was caused by the incomplete version bump
that was done in #164192, and
since rectified in #164230.

### Checklist

- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
  • Loading branch information
peteharverson authored Aug 25, 2023
1 parent ebf21b6 commit 6387bc2
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 ml = getService('ml');
const editedDescription = 'Edited description';

// Failing: See https://github.com/elastic/kibana/issues/142093
describe.skip('outlier detection creation', function () {
describe('outlier detection creation', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/ihp_outlier');
await ml.testResources.createIndexPatternIfNeeded('ft_ihp_outlier');
Expand Down

0 comments on commit 6387bc2

Please sign in to comment.