From 7f90b494c77fd66d84c6d54e72a26d396195acab Mon Sep 17 00:00:00 2001 From: whimo Date: Thu, 25 Jul 2024 10:25:00 +0300 Subject: [PATCH] temp disable indeterministic test --- tests/run_integration_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/run_integration_tests.py b/tests/run_integration_tests.py index 9c8d534a..4dd4e78b 100644 --- a/tests/run_integration_tests.py +++ b/tests/run_integration_tests.py @@ -28,7 +28,8 @@ INTEGRATION_TESTS = {} IPYNB_INTEGRATION_TESTS = { - "blog_with_images_ipynb": "examples/Blog with Images.ipynb", + # "blog_with_images_ipynb": "examples/Blog with Images.ipynb", + # TODO: this particular test was problematic in terms of caching, find ways to enable "multi_step_research_agent_ipynb": "examples/Multi-step research agent.ipynb", "math_via_python_code_with_a_single_agent_ipynb": "examples/Math via python code with a single agent.ipynb", "validating_agent_output_ipynb": "examples/Validating agent output.ipynb",