test: fix dataset

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-04-16 15:19:55 -07:00
parent fb8ff77ff2
commit 138cff00b8

View file

@ -31,6 +31,7 @@ def data_url_from_file(file_path: str) -> str:
return data_url return data_url
@pytest.mark.skip(reason="flaky. Couldn't find 'llamastack/simpleqa' on the Hugging Face Hub")
@pytest.mark.parametrize( @pytest.mark.parametrize(
"purpose, source, provider_id, limit", "purpose, source, provider_id, limit",
[ [