Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Oct 8, 2024
1 parent 2987fb0 commit 5219f15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/runtime/autogen/test_autogen.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sys
from pathlib import Path
from typing import Annotated, Any

Expand Down Expand Up @@ -202,12 +203,13 @@ def simple_workflow(
)


# @pytest.mark.openai
@pytest.mark.skipif(
sys.platform == "macos", reason="Test fails on macOS due to docker usage settings"
)
def test_register_api(openai_gpt4o_mini_llm_config: dict[str, Any]) -> None:
user_proxy = UserProxyAgent(
name="User_Proxy",
human_input_mode="ALWAYS",
llm_config=openai_gpt4o_mini_llm_config,
)
assistant = ConversableAgent(
name="Teacher_Agent",
Expand Down

0 comments on commit 5219f15

Please sign in to comment.