mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-16 11:43:26 +00:00
test: Skip flaky PromptNode test (#5039)
* Skip flaky PromptNode test * Add skip reason * Update test/prompt/test_prompt_node.py Co-authored-by: bogdankostic <bogdankostic@web.de> --------- Co-authored-by: bogdankostic <bogdankostic@web.de>
This commit is contained in:
parent
65cdf36d72
commit
3b8992968d
@ -911,6 +911,7 @@ class TestTokenLimit:
|
|||||||
|
|
||||||
|
|
||||||
class TestRunBatch:
|
class TestRunBatch:
|
||||||
|
@pytest.mark.skip(reason="Skipped as test is extremely flaky")
|
||||||
@pytest.mark.integration
|
@pytest.mark.integration
|
||||||
@pytest.mark.parametrize("prompt_model", ["hf", "openai", "azure"], indirect=True)
|
@pytest.mark.parametrize("prompt_model", ["hf", "openai", "azure"], indirect=True)
|
||||||
def test_simple_pipeline_batch_no_query_single_doc_list(self, prompt_model):
|
def test_simple_pipeline_batch_no_query_single_doc_list(self, prompt_model):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user