We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f41c59 commit d0dad32Copy full SHA for d0dad32
x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation.ts
@@ -11,8 +11,7 @@ export default function ({ getService }: FtrProviderContext) {
11
const ml = getService('ml');
12
const editedDescription = 'Edited description';
13
14
- // https://github.com/elastic/kibana/issues/79777
15
- describe.skip('outlier detection creation', function () {
+ describe('outlier detection creation', function () {
16
before(async () => {
17
await esArchiver.loadIfNeeded('ml/ihp_outlier');
18
await ml.testResources.createIndexPatternIfNeeded('ft_ihp_outlier', '@timestamp');
0 commit comments