Skip to content

Commit

Permalink
fix: Skip sdk rbq test
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMPN authored Dec 23, 2024
1 parent 8aad2cd commit 30fc3f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protollm_tools/sdk/tests/job/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def llm_request():


@pytest.fixture
@pytest.mark.skip(reason="Test waits infinitely in GitHub Action")
def text_embedder_request():
return {"job_id": "0",
"inputs": "Everybody steals and throws, they cut each other and hang each other... "
Expand All @@ -32,6 +33,7 @@ def text_embedder_request():


@pytest.fixture
@pytest.mark.skip(reason="Test waits infinitely in GitHub Action")
def result_storage():
return {"question": "What is the ultimate question answer?",
"answers": "42"}
Expand Down

0 comments on commit 30fc3f2

Please sign in to comment.