test: disable flaky dataset (#1979)

# What does this PR do?


## Test Plan
This commit is contained in:
ehhuang 2025-04-16 15:33:37 -07:00 committed by GitHub
parent 30fc66923b
commit b44f84ce18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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",
[ [