Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Fix flaky update_groups api test #161326

Merged
merged 15 commits into from
Jul 18, 2023
Prev Previous commit
Next Next commit
adding missing SO clean
  • Loading branch information
jgowdyelastic committed Jul 7, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
lilnasy Arsh
commit dd5a0c3beb5b94cb297e721925acb4460a771898
1 change: 1 addition & 0 deletions x-pack/test/api_integration/apis/ml/jobs/jobs.ts
Original file line number Diff line number Diff line change
@@ -124,6 +124,7 @@ export default ({ getService }: FtrProviderContext) => {

after(async () => {
await ml.api.cleanMlIndices();
await ml.testResources.cleanMLSavedObjects([idSpace1]);
});

it('returns expected list of combined jobs with stats in default space', async () => {