mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
a145dffe87
commit
ba7580b786
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue