Skip to content

Commit e440c44

Browse files
fix stale test
1 parent 5c96a6b commit e440c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/experiments/test_launch_exp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_4o_mini_on_miniwob_tiny_test():
122122

123123

124124
if __name__ == "__main__":
125-
# test_timeout_ray()
125+
test_timeout_ray()
126126
# test_4o_mini_on_miniwob_tiny_test()
127127
# test_launch_system_ray()
128128
# test_launch_system_sequntial()

tests/llm/test_response_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,5 +798,5 @@ def test_tool_call_to_python_code():
798798

799799

800800
if __name__ == "__main__":
801-
# test_tool_call_to_python_code()
801+
test_tool_call_to_python_code()
802802
# test_openai_chat_completion_model_parse_and_cost()

0 commit comments

Comments
 (0)