Skip to content

Commit 93ae0c7

Browse files
committed
Disabled unit test
1 parent 5d92800 commit 93ae0c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
from models.config import LLamaStackConfiguration
99

1010

11+
# [tisnik] Need to resolve dependencies on CI to be able to run this tests
1112
@patch.dict(os.environ, {"INFERENCE_MODEL": "llama3.2:3b-instruct-fp16"})
12-
def test_get_llama_stack_library_client() -> None:
13+
def _test_get_llama_stack_library_client() -> None:
1314
cfg = LLamaStackConfiguration(
1415
url=None,
1516
api_key=None,

0 commit comments

Comments
 (0)