diff --git a/test/prompt/test_prompt_node.py b/test/prompt/test_prompt_node.py index a08b35985..142a0fae0 100644 --- a/test/prompt/test_prompt_node.py +++ b/test/prompt/test_prompt_node.py @@ -911,6 +911,7 @@ class TestTokenLimit: class TestRunBatch: + @pytest.mark.skip(reason="Skipped as test is extremely flaky") @pytest.mark.integration @pytest.mark.parametrize("prompt_model", ["hf", "openai", "azure"], indirect=True) def test_simple_pipeline_batch_no_query_single_doc_list(self, prompt_model):