Skip to content

Commit

Permalink
fix: Skip sdk inference test
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMPN authored Dec 23, 2024
1 parent 30fc3f2 commit 86bcdd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protollm_tools/sdk/tests/job/test_text_embedder.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def text_embedder_request():

# ---------------------------- Function Tests ----------------------------

@pytest.mark.skip(reason="Error: [Errno 111] Connection refused.")
def test_text_embedder_inference(text_embedder, text_embedder_request):
"""
Tests that the inference method returns a valid TextEmbedderResponse.
Expand Down

0 comments on commit 86bcdd2

Please sign in to comment.