Skip to content

Commit 5f7ac87

Browse files
author
Dylan Huang
committed
skip unstable test in CI
1 parent a706dd6 commit 5f7ac87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/chinook/langgraph/test_langgraph_chinook_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def build_graph_kwargs(cp: CompletionParams) -> Dict[str, Any]:
1919

2020

2121
@pytest.mark.asyncio
22+
@pytest.mark.skipif(os.environ.get("CI") == "true", reason="Only run this test locally since its not stable")
2223
@pytest.mark.skipif(os.getenv("FIREWORKS_API_KEY") in (None, ""), reason="FIREWORKS_API_KEY not set")
2324
@evaluation_test(
2425
input_messages=[[[Message(role="user", content="Use tools to count total tracks in the database.")]]],

0 commit comments

Comments
 (0)