From b44f84ce186d4c039621e25acd3af78febddaf28 Mon Sep 17 00:00:00 2001 From: ehhuang Date: Wed, 16 Apr 2025 15:33:37 -0700 Subject: [PATCH] test: disable flaky dataset (#1979) # What does this PR do? ## Test Plan --- tests/integration/datasets/test_datasets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/datasets/test_datasets.py b/tests/integration/datasets/test_datasets.py index 60db95f30..18b31d39c 100644 --- a/tests/integration/datasets/test_datasets.py +++ b/tests/integration/datasets/test_datasets.py @@ -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", [