Skip to content

Commit

Permalink
update fixture
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 43e5a7e commit 70f0a75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/ml_commons/test_model_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ def iris_index():
# without the sleep, test is failing.
time.sleep(2)

yield index_name

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


def test_init():
Expand Down

0 comments on commit 70f0a75

Please sign in to comment.