Skip to content

Commit d1e503e

Browse files
authored
skip HF API integration test (#8938)
1 parent 6652dd7 commit d1e503e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/components/generators/test_hugging_face_api.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,7 @@ def test_run_serverless(self):
317317

318318
@pytest.mark.flaky(reruns=5, reruns_delay=5)
319319
@pytest.mark.integration
320-
@pytest.mark.skipif(
321-
not os.environ.get("HF_API_TOKEN", None),
322-
reason="Export an env var called HF_API_TOKEN containing the Hugging Face token to run this test.",
323-
)
320+
@pytest.mark.skip(reason="Temporarily skipped due to weird responses from the selected model.")
324321
def test_live_run_streaming_check_completion_start_time(self):
325322
generator = HuggingFaceAPIGenerator(
326323
api_type=HFGenerationAPIType.SERVERLESS_INFERENCE_API,

0 commit comments

Comments
 (0)