mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 09:11:59 +00:00
fix: test_datasets HF scenario in CI
This commit is contained in:
parent
4597145011
commit
b252f32547
3 changed files with 71 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ def data_url_from_file(file_path: str) -> str:
|
|||
return data_url
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="flaky. Couldn't find 'llamastack/simpleqa' on the Hugging Face Hub")
|
||||
@pytest.mark.parametrize(
|
||||
"purpose, source, provider_id, limit",
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue