Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: kalyan <[email protected]>
  • Loading branch information
rawwar committed Oct 31, 2023
1 parent 70f0a75 commit 404c0b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ml_commons/test_model_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ def iris_index():
# without the sleep, test is failing.
time.sleep(2)

return index_name
yield index_name

ml_client._client.indices.delete(index=index_name)


def test_init():
Expand Down

0 comments on commit 404c0b3

Please sign in to comment.