Skip to content

Commit

Permalink
adding missing SO clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jul 7, 2023
1 parent 0fc8da0 commit dd5a0c3
Showing 1 changed file with 1 addition and 0 deletions.
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
Expand Up @@ -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 () => {
Expand Down

0 comments on commit dd5a0c3

Please sign in to comment.