We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e882d0 commit 82e2ff7Copy full SHA for 82e2ff7
tests/unitary/with_extras/aqua/test_ui.py
@@ -606,7 +606,7 @@ def test_list_containers(self, mock_list_service_containers):
606
"cli_param": "--served-model-name odsc-llm --disable-custom-all-reduce --seed 42 ",
607
"env_vars": [
608
{"MODEL_DEPLOY_PREDICT_ENDPOINT": "/v1/completions"},
609
- {"MODEL_DEPLOY_HEALTH_ENDPOINT": ""},
+ # {"MODEL_DEPLOY_HEALTH_ENDPOINT": ""},
610
{"MODEL_DEPLOY_ENABLE_STREAMING": "true"},
611
{"PORT": "8080"},
612
{"HEALTH_CHECK_PORT": "8080"},
0 commit comments