We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6652dd7 commit d1e503eCopy full SHA for d1e503e
test/components/generators/test_hugging_face_api.py
@@ -317,10 +317,7 @@ def test_run_serverless(self):
317
318
@pytest.mark.flaky(reruns=5, reruns_delay=5)
319
@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
- )
+ @pytest.mark.skip(reason="Temporarily skipped due to weird responses from the selected model.")
324
def test_live_run_streaming_check_completion_start_time(self):
325
generator = HuggingFaceAPIGenerator(
326
api_type=HFGenerationAPIType.SERVERLESS_INFERENCE_API,
0 commit comments