[ML] Functional tests - re-enable outlier detection saved search tests (#131052)

This PR re-enables the outlier detection saved search tests.
This commit is contained in:
Robert Oskamp 2022-04-27 17:08:04 +02:00 committed by GitHub
parent a145dffe87
commit ba7580b786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,8 +163,7 @@ export default function ({ getService }: FtrProviderContext) {
];
for (const testData of testDataList) {
// FLAKY: https://github.com/elastic/kibana/issues/126112
describe.skip(`${testData.suiteTitle}`, function () {
describe(`${testData.suiteTitle}`, function () {
after(async () => {
await ml.api.deleteIndices(testData.destinationIndex);
await ml.testResources.deleteIndexPatternByTitle(testData.destinationIndex);