diff --git a/tests/ml_commons/test_ml_commons_client.py b/tests/ml_commons/test_ml_commons_client.py index 1c6caa327..9452d6097 100644 --- a/tests/ml_commons/test_ml_commons_client.py +++ b/tests/ml_commons/test_ml_commons_client.py @@ -100,9 +100,6 @@ def test_execute(): ), "Raised Exception during execute API testing with JSON string" - - - def test_DEPRECATED_integration_pretrained_model_upload_unload_delete(): raised = False try: @@ -421,6 +418,7 @@ def test_integration_model_train_register_full_cycle(): raised = True assert raised == False, "Raised Exception in deleting model" + def test_search(): # Search task cases raised = False