Skip to content

Commit

Permalink
disable notebook test that is going to be outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
sonichi committed Jan 13, 2024
1 parent 44adbb1 commit ccc3f19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ def _test_oai_chatgpt_gpt4(save=False):
skip or not sys.version.startswith("3.10"),
reason="do not run if openai is not installed or py!=3.10",
)
def test_hierarchy_flow_using_select_speaker(save=False):
def _test_hierarchy_flow_using_select_speaker(save=False):
# TODO: recover this test after rewriting after the new group chat api
run_notebook("agentchat_hierarchy_flow_using_select_speaker.ipynb", save=save)


Expand All @@ -131,4 +132,5 @@ def test_oai_client_cost(save=False):
# test_oai_completion(save=True)
# test_agentchat_MathChat(save=True)
# test_agentchat_function_call(save=True)
test_graph_modelling_language_using_select_speaker(save=True)
# test_graph_modelling_language_using_select_speaker(save=True)
test_agentchat_function_call_async(save=True)

0 comments on commit ccc3f19

Please sign in to comment.