mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-31 16:01:46 +00:00
keep post-training test
This commit is contained in:
parent
80b202817b
commit
fc88c7cb3c
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ class TestPostTraining:
|
|||
],
|
||||
)
|
||||
@pytest.mark.timeout(360) # 6 minutes timeout
|
||||
@pytest.mark.skip(reason="test failing with No endpoint found for /v1/post-training/supervised-fine-tune")
|
||||
def test_supervised_fine_tune(self, llama_stack_client, purpose, source):
|
||||
logger.info("Starting supervised fine-tuning test")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue