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:
Silvano Cerza 2023-06-13 16:24:29 +02:00 committed by GitHub
parent 65cdf36d72
commit 3b8992968d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):