Skip to content

Commit

Permalink
temp disable indeterministic test
Browse files Browse the repository at this point in the history
  • Loading branch information
whimo committed Jul 25, 2024
1 parent 64a96d8 commit 7f90b49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/run_integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7f90b49

Please sign in to comment.