mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
test: disable flaky dataset (#1979)
# What does this PR do? ## Test Plan
This commit is contained in:
parent
30fc66923b
commit
b44f84ce18
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ 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